UNPKG

@thenja/html-parser

Version:
8 lines 339 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var constants_1 = require("./constants"); exports.ELEMENT_TYPES = constants_1.ELEMENT_TYPES; exports.TAG_TYPES = constants_1.TAG_TYPES; var html_parser_1 = require("./html-parser"); exports.HtmlParser = html_parser_1.HtmlParser; //# sourceMappingURL=index.js.map