Test if a value is an array-like object supporting the accessor (get/set) protocol.
Test if a single-precision floating-point numeric value is finite.
Check if an environment is little endian.
Test if a value is an array of strings.
Test if a double-precision floating-point numeric value is finite.
Test if a value is a regular expression.
Is this value a JS ArrayBuffer?
Is this value a JS SharedArrayBuffer?
Detect native Uint16Array support.
Detect native Uint8Array support.
Detect native Float64Array support.
Return a function which tests if every element in an array-like object passes a test condition.
Test if a value is an array-like object.
Test if a value is a number.
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.
Check if an environment is big endian.
Reinterpret a complex-valued floating-point array as a real-valued floating-point array having the same precision.
Test if a value is a boolean.
Test if a value is object-like.
Test if a value is a string.
Test if an input value is a supported array boolean data type.
Test if a value is a Buffer object.
Test if a value is a function.
Test if a value is a BooleanArray.