lix-website/themes/lix/assets/bootstrap/node_modules/micromark/dist/postprocess.d.ts

6 lines
121 B
TypeScript
Raw Normal View History

2024-04-27 03:39:10 +00:00
import {Event} from './shared-types'
declare function postprocess(events: Event[]): Event[]
export default postprocess