UNPKG

word-math

Version:

Extended version to compatible with OMML of Word Processing Document library

7 lines 242 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var src_1 = require("./src"); var filename = process.argv[2]; var doc = (0, src_1.readFile)(filename); console.log(doc); //# sourceMappingURL=test_parse.js.map