Integer-valued typed array constructors.
Typed array constructors.
Maximum length for a typed array.
Array constructors.
Float64Array.
Uint8Array.
Uint32Array.
Uint16Array.
Float32Array.
Floating-point typed array constructors.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Uint8ClampedArray.
Int8Array.
ndarray data buffer constructors.
Maximum unsigned 32-bit integer.
Robustly get the byte offset of a Typed Array
Arrays.
A simple list of possible Typed Array names.
Get the ArrayBuffer out of a TypedArray, robustly.
Robustly get the byte length of a Typed Array
Complex typed array constructors.
Robustly get the length of a Typed Array
Split a double-precision floating-point number into a higher order word and a lower order word.
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.