Test if a value is an array-like object containing only null values.
Test if a value is an array.
Return a function which tests if every element in an array passes a test condition.
Test if a value is an object.
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
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.
Test if a value is a plain object.
Test if a value is a Float64Array.
Test if a value is a Uint32Array.
Test if a value is a Float32Array.
Test if a value is an array of strings.
Robustly get the length of a Typed Array
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
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 number.
Test if a value is a function.
Check if an environment is big endian.
Test if an array-like object supports the accessor (get/set) protocol.