UNPKG

xml2customjs

Version:

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

7 lines (6 loc) 188 B
/** * This function returns true if the param is an object (not an array or any other type) * @param param * @returns boolean */ export declare function isObject(param: any): boolean;