UNPKG

docx

Version:

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

7 lines (5 loc) 185 B
export interface IPacker { pack(path: string): void; } // Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432 export const WORKAROUND = "";