UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

3 lines 243 B
export declare function getXMLObjectFromString(str: string, tag: string, toText: boolean, removeTag?: boolean): string; export declare function prettyUpXMLStringAsElements(thisXML: string | any): any; //# sourceMappingURL=xmlStrings.d.ts.map