bir1
Version:
GUS REGON api client
9 lines (8 loc) • 322 B
TypeScript
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;