UNPKG

docx

Version:

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

7 lines (5 loc) 246 B
export interface IXmlableObject extends Object { _attr?: { [key: string]: string | number | boolean }; } // Needed because of: https://github.com/s-panferov/awesome-typescript-loader/issues/432 export const WORKAROUND3 = "workaround";