UNPKG

@types/markdown-it

Version:
9 lines (6 loc) 131 B
interface HtmlRE { HTML_TAG_RE: RegExp; HTML_OPEN_CLOSE_TAG_RE: RegExp; } declare const htmlRE: HtmlRE; export = htmlRE;