is-equal
Are these two values conceptually equal?
is-equal-shallow
Does a shallow comparison of two objects, returning false if the keys or values differ.
is-typed-array
Is this value a JS Typed Array? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.