UNPKG

docx

Version:

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

6 lines (5 loc) 221 B
export type IXmlAttribute = Readonly<Record<string, string | number | boolean>>; export interface IXmlableObject extends Record<string, unknown> { readonly [key: string]: any; } export declare const WORKAROUND3 = "";