UNPKG

utilite

Version:

Powerful utility library for JS

6 lines 225 B
type JSONValue = string | number | boolean | { [x: string]: JSONValue; } | JSONValue[]; export declare function compareJSONObject<T extends JSONValue>(obj1: T, obj2: T): any; export {}; //# sourceMappingURL=index.d.ts.map