Files
docx-js/src/index.ts
2023-02-08 03:18:11 +00:00

9 lines
288 B
TypeScript

// 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 "./util";
export * from "./templater";