UNPKG

micromark

Version:

small commonmark compliant markdown parser with positional info and concrete tokens

12 lines (8 loc) 224 B
import {BufferEncoding} from './shared-types' type PreprocessReturn = ( value: string, encoding: BufferEncoding, end?: boolean ) => string[] declare function preprocess(): PreprocessReturn export default preprocess