UNPKG

camaro

Version:

Transforming XML to JSON using Node.js binding to native pugixml parser library

9 lines (7 loc) 251 B
declare const camaro: { prettyPrint(xml: string, opts?: { indentSize: number }): Promise<string>; toJson(xml: string): Promise<any>; transform(xml: string, template: object): Promise<any>; destroy(): Promise<any>; }; export = camaro;