@laserware/arcade
GitHub
Preparing search index...
equals
circularShallowEqual
Variable circularShallowEqual
Const
circularShallowEqual
:
<
A
,
B
>
(
a
:
A
,
b
:
B
)
=>
boolean
Whether the items passed are shallowly-equal in value, including circular references.
Type declaration
<
A
,
B
>
(
a
:
A
,
b
:
B
)
:
boolean
Type Parameters
A
B
Parameters
a
:
A
b
:
B
Returns
boolean
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@laserware/arcade
Loading...
Whether the items passed are shallowly-equal in value, including circular references.