UNPKG

bir1

Version:
9 lines (8 loc) 322 B
export declare function unsoap(string: string): string; /** * Parse provided `result` xml string into native javascript object. Check for * errors and throws when needed. Return plain object reflecting provided xml. * @param xml xml string * @returns parsed object */ export declare function parse(xml: string): any;