Type alias TypedArrayConstructor
Typed
Array
Constructor
: (Int8ArrayConstructor | Uint8ArrayConstructor | Int16ArrayConstructor | Uint16ArrayConstructor | Int32ArrayConstructor | Uint32ArrayConstructor | Uint8ClampedArrayConstructor | Float32ArrayConstructor | Float64ArrayConstructor) & (new (buffer
: ArrayBufferLike) => TypedArray)
Type union for all constructors of a TypedArray.