Test if a value is an `ArrayBuffer` view.
Get the ArrayBuffer out of a DataView, robustly.
Test if a value is an ArrayBuffer.
Get the byteLength out of a DataView, robustly.
Get the byteOffset out of a DataView, robustly.
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Check if an environment is little endian.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Detect native Uint16Array support.
Detect native Float64Array support.
Test if a value is a number.
Test if a value is a Float32Array.
Test if a value is an object.
Test if a double-precision floating-point numeric value is NaN.
Check if an environment is big endian.
Detect native ArrayBuffer support.
Test if a value is a string.
Test if a value is a boolean.
Test if a value is a Buffer object.
Test if a value is a Uint32Array.
Test if a value is a regular expression.
Test if a value is a Float64Array.
Test if a value is object-like.