UNPKG

html-dom-parser

Version:
4 lines 251 B
import type { Comment, Element, ProcessingInstruction, Text } from 'domhandler'; export type { Comment, Element, ProcessingInstruction, Text }; export type DOMNode = Comment | Element | ProcessingInstruction | Text; //# sourceMappingURL=types.d.ts.map