UNPKG

docx-officegen

Version:

This module can generate Office Open XML files for Microsoft Office 2007 and later. Also the output is a stream and file, not dependent on any output tool. This module should work on any environment that supports Node.js 10.3.0 or later including Windows.

5 lines 185 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var Docx_1 = require("./classes/Docx"); exports.Docx = Docx_1.default; //# sourceMappingURL=index.js.map