DEBSOURCES
Skip Quicknav
sources / node-markdown-it / 22.2.3%2Bdfsg%2B~12.2.3-2 / types-markdown-it / lib / common / html_re.d.ts
12345678
interface HtmlRE { HTML_TAG_RE: RegExp; HTML_OPEN_CLOSE_TAG_RE: RegExp; } declare const htmlRE: HtmlRE; export = htmlRE;