Files
codeql-action/node_modules/@azure/ms-rest-js/es/lib/util/xml.browser.d.ts
2022-08-04 15:12:29 +01:00

5 lines
193 B
TypeScript

export declare function parseXML(str: string): Promise<any>;
export declare function stringifyXML(obj: any, opts?: {
rootName?: string;
}): string;
//# sourceMappingURL=xml.browser.d.ts.map