UNPKG

@azure/core-xml

Version:
4 lines 256 B
import type { XmlOptions } from "./xml.common.js"; export declare function parseXML(str: string, opts?: XmlOptions): Promise<any>; export declare function stringifyXML(content: unknown, opts?: XmlOptions): string; //# sourceMappingURL=xml-browser.d.mts.map