Determines if two array buffers contain the exact same content
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Get the ArrayBuffer out of a DataView, robustly.
Encode/decode base64 data into ArrayBuffers
Fast deep equal
Create an ArrayBuffer instance from a Data URI string
A [ponyfill](https://ponyfill.com) for `Buffer.from`, uses native implementation if available.
Get the ArrayBuffer out of a TypedArray, robustly.
node's assert.deepEqual algorithm
Get the byteLength out of a DataView, robustly.
ByteStream is a library making possible to manipulates single bytes and bits on pure JavaScript
Get an ArrayBuffer from a Buffer as fast as possible
Turn a string into an ArrayBuffer by using the UTF8 encoding.
return whether two buffers are equal
node's assert.deepEqual algorithm except for NaN being equal to NaN
Constant-time comparison of Buffers
Are these two JavaScript values equal?
Encode/decode base64 data into ArrayBuffers
Tiny deep equal comparator
Create a `DataView` over an `ArrayBuffer`/8-bit typed array (commonly used in the browsers) or a `Buffer` (commonly used in Node.js).
A JavaScript text diff implementation.
Fastest deep equal comparison for React. Great for React.memo & shouldComponentUpdate. Also really fast general-purpose deep comparison.
Compare DNS record strings for equality
[![][npm-badge]][npm-url] [![][travis-badge]][travis-url]