UNPKG

micromark

Version:

small commonmark compliant markdown parser with positional info and concrete tokens

7 lines (4 loc) 156 B
import {EventEmitter} from 'events' import {Options} from './shared-types' declare function stream(options?: Options): EventEmitter export default stream