```shell npm i jy-array-is-equal --save ```
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.
Robustly get the length of a Typed Array
A JavaScript text diff implementation.
Robustly get the byte length of a Typed Array
Robustly get the byte offset of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
General purpose glob-based configuration matching.
Check if two arrays are equal
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Get the ArrayBuffer out of a TypedArray, robustly.
node's assert.deepEqual algorithm
node's assert.deepEqual algorithm except for NaN being equal to NaN
chai plugin to match objects and arrays deep equality with arrays (including nested ones) being in any order
utilities for primitive JavaScript types
Fast deep equal
Deep comparison of 2 instances for should.js
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Are these two JavaScript values equal?
Assert that two Node-API typed array data types are equal.
Improved deep equality testing for Node.js and the browser.
Ember Truth Helpers
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
Adaptation of react-addons-shallow-compare, for independent usage