Real-valued floating-point typed array constructors.
Typed array constructors.
Maximum length for a typed array.
Floating-point typed array constructors.
Array constructors.
Float64Array.
Uint32Array.
Uint16Array.
Uint8Array.
Float32Array.
ndarray data buffer constructors.
Platform float word order.
Complex numbers.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Uint8ClampedArray.
Robustly get the byte length of a Typed Array
Robustly get the byte offset of a Typed Array
A simple list of possible Typed Array names.
Test if a value is a typed array.
Int16Array.
Test if a value is a complex typed array.
Complex number constructors.
Get the ArrayBuffer out of a TypedArray, robustly.
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.