UNPKG

@thenja/html-parser

Version:
4 lines (3 loc) 160 B
export { ELEMENT_TYPES, TAG_TYPES } from './constants'; export { iHtmlElement, iCleanOptions } from './interfaces'; export { HtmlParser } from './html-parser';