UNPKG

very-small-parser

Version:

A very small Markdown, HTML, and CSS parser.

7 lines (6 loc) 167 B
/** * Returns `true` if the source text might be a markdown document. * * @param src Source text to analyze. */ export declare const is: (src: string) => boolean;