Test if two arguments are both generic arrays and have equal values.
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.
Robustly get the length of a Typed Array
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.
Assert that two Node-API typed array data types are equal.
Test if a value is an array.
Return a function which tests if every element in an array passes a test condition.
Assert that two Node-API data types are equal.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Test if a value is a Uint16Array.
Test if a value is a Uint8Array.
Test if a value is an object.
Test if a value is a Float32Array.
Test if a value is a Float64Array.
Test if a value is a Uint32Array.
Get the ArrayBuffer out of a TypedArray, robustly.
Is this value a JS DataView? This module works cross-realm/iframe, does not depend on `instanceof` or mutable properties, and despite ES6 Symbol.toStringTag.
What is the type of this builtin JS value?
Is this value a JS SharedArrayBuffer?
Is this value a JS ArrayBuffer?
Does this environment have the ability to get the [[Prototype]] of an object on creation with `__proto__`?
Test if an array-like object supports the accessor (get/set) protocol.