UNPKG

xml-disassembler

Version:

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

3 lines (2 loc) 175 B
import { XmlElement } from "@src/types/types"; export declare function parseRootElement(xmlParsed: Record<string, XmlElement>): Promise<[string, string | undefined, string]>;