Skip to content

isShallowEqual

It returns true if the params are equal until first level depth.

Types

IsShallowEqualProps

Parameters accepted by isShallowEqual.

PropertyTypeRequiredDescription
objAunknownThe first value to compare.
objBunknownThe second value to compare.

Released under the MIT License.