Test if an array-like object supports the accessor (get/set) protocol.
Get the ArrayBuffer out of a TypedArray, robustly.
Return an accessor function for retrieving an element from an array-like object supporting the get/set protocol.
Return a function which tests if every element in an array passes a test condition.
Test if a value is an array.
Return an accessor function for setting an element in an array-like object supporting the get/set protocol.
Test if a value is a Complex64Array.
Is this value a JS ArrayBuffer?
Test if a value is a Complex128Array.
Test if a value is an array-like object supporting the accessor (get/set) protocol.
Is this value a JS SharedArrayBuffer?
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.
Returns true if a value has the characteristics of a valid JavaScript accessor descriptor.
Return an accessor function for retrieving an element from an indexed array-like object.
Robustly get the length of a Typed Array
Return an accessor function for setting an element in an indexed array-like object.
Robustly get the byte offset of a Typed Array
Robustly get the byte length of a Typed Array
Get the byte length of an ArrayBuffer, even in engines without a `.byteLength` method.
Test if a double-precision floating-point numeric value is NaN.
Test if an array contains a provided search value.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.