UNPKG

193 BTypeScriptView Raw
1export declare function parseXML(str: string): Promise<any>;
2export declare function stringifyXML(obj: any, opts?: {
3 rootName?: string;
4}): string;
5//# sourceMappingURL=xml.browser.d.ts.map
\No newline at end of file