UNPKG

@mikezimm/npmfunctions

Version:
3 lines (2 loc) 203 B
export declare function getXMLObjectFromString(str: string, tag: string, toText: boolean, removeTag?: boolean): string; export declare function prettyUpXMLStringAsElements(thisXML: string | any): any;