UNPKG

word-math

Version:

Extended version to compatible with OMML of Word Processing Document library

10 lines 334 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.DOC = void 0; exports.DOC = { signature: 0xd0, signatureLen: 1, fileExtension: "doc", validate: function (buffer) { return (buffer.subarray(0, (this.signatureLen))[0] === this.signature); } }; //# sourceMappingURL=doc.js.map