UNPKG

xml2customjs

Version:

Library to custom convert an XML into a Javascript object or JSON

4 lines (3 loc) 70 B
export interface AnyObject extends Object { [key: string]: any; }