UNPKG

renovate

Version:

Automated dependency updates. Flexible so you don't need to be.

10 lines (9 loc) 264 B
import { parse } from "node-html-parser"; //#region lib/util/html.ts function parse$1(html, config) { if (typeof config !== "undefined") return parse(html, config); return parse(html); } //#endregion export { parse$1 as parse }; //# sourceMappingURL=html.js.map