shallowequal is like lodash's isEqualWith() but for shallow (strict) equal.
It performs a shallow equality comparison between two values to determine
if they are equivalent.
.
The equality is performed by iterating through keys on the given "value",
and returning "false" whenever any key has values which are not strictly
equal between "value1" and "value2". Otherwise, return "true" whenever
the values of all keys are strictly equal.
Installed Size: 43.0 kB
Architectures: all