A deep equality checker that works for objects, arrays, and primitives. It is based on the fast-deep-equal package, but with some modifications.
The first value to compare.
The second value to compare.
true if the values are deeply equal, false otherwise. Forked from https://github.com/epoberezkin/fast-deep-equal
A deep equality checker that works for objects, arrays, and primitives. It is based on the fast-deep-equal package, but with some modifications.