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