isShallowEqual
It returns true if the params are equal until first level depth.
Types
IsShallowEqualProps
Parameters accepted by isShallowEqual.
| Property | Type | Required | Description |
|---|---|---|---|
objA | unknown | ✓ | The first value to compare. |
objB | unknown | ✓ | The second value to compare. |
