UNPKG

micromark

Version:

small commonmark compliant markdown parser with positional info and concrete tokens

6 lines (3 loc) 121 B
import {Event} from './shared-types' declare function postprocess(events: Event[]): Event[] export default postprocess