UNPKG

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