UNPKG

@awesome-fe/translate

Version:
8 lines 257 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.htmlRawVisitor = void 0; function htmlRawVisitor(node) { return `${node.value}`; } exports.htmlRawVisitor = htmlRawVisitor; //# sourceMappingURL=html-raw-visitor.js.map