Create a typed array.
Typed array constructors.
Floating-point typed array constructors.
Float64Array.
Uint8Array.
Uint32Array.
Uint16Array.
Float32Array.
Maximum length for a typed array.
Complex typed array constructors.
Int8Array.
Which kind of Typed Array is this JavaScript value? Works cross-realm, without `instanceof`, and despite Symbol.toStringTag.
Uint8ClampedArray.
Robustly get the byte offset of a Typed Array
Arrays.
Get the ArrayBuffer out of a TypedArray, robustly.
A simple list of possible Typed Array names.
Robustly get the byte length of a Typed Array
Robustly get the length of a Typed Array
List of typed array real-valued floating-point data types.
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.
Test if a value is a typed array.
Int16Array.
Int32Array.