Files
study-bible-project/node_modules/docx/dist/file/xml-components/xmlable-object.d.ts
T

6 lines
221 B
TypeScript

export type IXmlAttribute = Readonly<Record<string, string | number | boolean>>;
export interface IXmlableObject extends Record<string, unknown> {
readonly [key: string]: any;
}
export declare const WORKAROUND3 = "";