UNPKG

word-math

Version:

Extended version to compatible with OMML of Word Processing Document library

10 lines 340 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DOCX = void 0; exports.DOCX = { signature: 0xd050, signatureLen: 2, fileExtension: "docx", validate: function (buffer) { return (buffer.subarray(0, (this.signatureLen))[0] === this.signature); } }; //# sourceMappingURL=docx.js.map