UNPKG

html-dom-parser

Version:
4 lines (2 loc) 106 B
import type { DOMNode } from '../types'; export default function HTMLDOMParser(html: string): DOMNode[];