UNPKG

html-dom-parser

Version:
9 lines (6 loc) 189 B
import type { ParserOptions } from 'htmlparser2'; import type { DOMNode } from '../types'; export default function HTMLDOMParser( html: string, options?: ParserOptions, ): DOMNode[];