UNPKG

docx

Version:

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

8 lines (7 loc) 223 B
export interface IXmlAttribute { readonly [key: string]: string | number | boolean; } export interface IXmlableObject extends Object { readonly _attr?: IXmlAttribute; } export declare const WORKAROUND3 = "";