List of typed array floating-point data types.
List of array data types.
Float64Array.
Uint8Array.
Uint32Array.
Uint16Array.
Float32Array.
Create a typed array.
Platform float word order.
Return the data type of an array.
Constructor for creating arrays filled with pseudorandom values drawn from a nullary PRNG.
Constructor for creating arrays filled with pseudorandom values drawn from a binary PRNG.
Create a factory function for generating pseudorandom values drawn from a binary PRNG.
Strided.
Maximum length for a typed array.
List of typed array real-valued floating-point data types.
List of ndarray data types.
Uint8ClampedArray.
A simple list of possible Typed Array names.
Int32Array.
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
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
List of complex number data types.