UNPKG

@awesome-fe/translate

Version:
13 lines 417 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.html = void 0; const dom_models_1 = require("./dom-models"); var html; (function (html_1) { function toText(html) { const doc = dom_models_1.DomDocumentFragment.parse(html); return doc.textContent; } html_1.toText = toText; })(html = exports.html || (exports.html = {})); //# sourceMappingURL=html.js.map