UNPKG
intercom-react
Version:
latest (1.0.0-alpha.6)
1.0.0
1.0.0-alpha.6
1.0.0-alpha.5
1.0.0-alpha.3
An Intercom component for React.
github.com/kvendrik/intercom-react
kvendrik/intercom-react
intercom-react
/
src
/
utilities
/
objectEqual.ts
3 lines
(2 loc)
•
108 B
text/typescript
View Raw
1
2
3
export
default
(
object1
:
object
,
object2
:
object
) =>
JSON
.
stringify
(object1) ===
JSON
.
stringify
(object2);