Test if a value is a valid array length.
Robustly get the length of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Test if a value is an array.
Return a function which tests if every element in an array passes a test condition.
Robustly get the byte length of a Typed Array
Test if a value is a Float64Array.
Test if a value is a Uint32Array.
Test if a value is an array-like object.
Test if a value is an object.
Test if a value is a Float32Array.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Test if a value is array-like.
Uint8Array.
Uint32Array.
Uint16Array.
Test if a value is a boolean.
Test if a value is a string.
Test if a value is a Buffer object.
Test if a value is a function.
Test if an array-like object supports the accessor (get/set) protocol.
Maximum length for a typed array.
Check if an environment is big endian.