UNPKG
utilite
Version:
latest (1.0.1)
1.0.1
1.0.0
Powerful utility library for JS
utilite
/
dist
/
utility
/
JSONUtils
/
index.d.ts
6 lines
•
225 B
TypeScript
View Raw
1
2
3
4
5
6
type
JSON
Value =
string
|
number
|
boolean
| { [
x
:
string
]:
JSON
Value; } |
JSON
Value[];
export
declare
function
compareJSONObject<T
extends
JSON
Value>(
obj1
: T,
obj2
: T):
any
;
export
{};
//# sourceMappingURL=index.d.ts.map