Module

x/docx/.nycrc

Easily generate and modify .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Go to Latest
File
{ "check-coverage": true, "statements": 99.87, "branches": 98.21, "functions": 100, "lines": 99.86, "include": [ "src/**/*.ts" ], "exclude": [ "src/**/*.spec.ts", "src/import-dotx/import-dotx.ts" ], "reporter": [ "lcov", "text", "json" ], "extension": [ ".ts" ], "cache": true, "all": true, "sourceMap": true}