UNPKG

docx

Version:

Generate .docx documents with JavaScript (formerly Office-Clippy)

7 lines (6 loc) 241 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";