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.RTF = void 0; exports.RTF = { signature: 0x7b, signatureLen: 1, fileExtension: "rtf", validate: function (buffer) { return (buffer.subarray(0, (this.signatureLen))[0] === this.signature); } }; //# sourceMappingURL=rtf.js.map