UNPKG

xml-disassembler

Version:

Disassemble XML files into smaller, more manageable files and reassemble the XML when needed.

2 lines (1 loc) 86 B
export declare function parseToXmlObject(filePath: string): Promise<any | undefined>;