UNPKG

renovate

Version:

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

12 lines 439 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.parse = parse; const tslib_1 = require("tslib"); const node_html_parser_1 = tslib_1.__importDefault(require("node-html-parser")); function parse(html, config) { if (typeof config !== 'undefined') { return (0, node_html_parser_1.default)(html, config); } return (0, node_html_parser_1.default)(html); } //# sourceMappingURL=html.js.map