html-dom-parser
Version:
HTML to DOM parser.
3 lines • 336 B
TypeScript
import { Comment, DOMNode, Element, HTMLDOMParserOptions, ProcessingInstruction, Text, TrustedTypePolicy } from "./types.js";
import { HTMLDOMParser } from "./server/html-to-dom.js";
export { type Comment, DOMNode, type Element, HTMLDOMParserOptions, type ProcessingInstruction, type Text, TrustedTypePolicy, HTMLDOMParser as default };