html-docx-js-typescript
Version:
Convert HTML documents to docx format.
5 lines • 681 B
JavaScript
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.contentTypesXml = void 0;
exports.contentTypesXml = "<?xml version=\"1.0\" encoding=\"UTF-8\" standalone=\"yes\"?>\n<Types xmlns=\"http://schemas.openxmlformats.org/package/2006/content-types\">\n <Default Extension=\"rels\" ContentType=\n \"application/vnd.openxmlformats-package.relationships+xml\" />\n <Override PartName=\"/word/document.xml\" ContentType=\n \"application/vnd.openxmlformats-officedocument.wordprocessingml.document.main+xml\"/>\n <Override PartName=\"/word/afchunk.mht\" ContentType=\"message/rfc822\"/>\n</Types>\n";
//# sourceMappingURL=contentTypesXml.js.map