UNPKG

docx

Version:

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

12 lines (9 loc) 272 B
import { IDocumentTemplate } from "../import-dotx"; export interface IFileProperties { readonly template?: IDocumentTemplate; } // Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432 /** * @ignore */ export const WORKAROUND = "";