UNPKG
@react-hookz/deep-equal
Version:
latest (3.0.4)
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Fast deep equal comparator
github.com/react-hookz/deep-equal
react-hookz/deep-equal
@react-hookz/deep-equal
/
dist
/
index.d.ts
2 lines
(1 loc)
•
59 B
TypeScript
View Raw
1
2
export
declare
const
isEqual
:
(
a
:
any
,
b
:
any
) =>
boolean
;