UNPKG

xml-disassembler

Version:

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

3 lines (2 loc) 136 B
import { XmlElementMap } from "../types/types"; export declare function parseXML(filePath: string): Promise<XmlElementMap | undefined>;