Skip to main content
Module

x/docx/src/index.ts

Easily generate .docx files with JS/TS with a nice declarative API. Works for Node and on the Browser.
Go to Latest
File
// Internally, the wrapper is a 'File', but export to the end user as a 'Document'// Use of 'File' also worksexport { File as Document } from "./file";export * from "./file";export * from "./export";export * from "./import-dotx";export * from "./convenience-functions";