contentful-rich-text-html-parser
Version:
Convert any HTML to the Contentful Rich Text format
6 lines • 374 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.htmlStringToDocument = void 0;
var htmlStringToDocument_js_1 = require("./htmlStringToDocument.js");
Object.defineProperty(exports, "htmlStringToDocument", { enumerable: true, get: function () { return htmlStringToDocument_js_1.htmlStringToDocument; } });
//# sourceMappingURL=index.js.map