UNPKG

docx

Version:

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.

8 lines (7 loc) 276 B
// Internally, the wrapper is a 'File', but export to the end user as a 'Document' // Use of 'File' also works export { File as Document } from "./file"; export * from "./file"; export * from "./export"; export * from "./import-dotx"; export * from "./convenience-functions";