Variable TYPED_ARRAYSConst
TYPED_ARRAYS: {
Float32Array: Float32ArrayConstructor;
Float64Array: Float64ArrayConstructor;
Int16Array: Int16ArrayConstructor;
Int32Array: Int32ArrayConstructor;
Int8Array: Int8ArrayConstructor;
Uint16Array: Uint16ArrayConstructor;
Uint32Array: Uint32ArrayConstructor;
Uint8Array: Uint8ArrayConstructor;
Uint8ClampedArray: Uint8ClampedArrayConstructor;
} = ...
Type declaration
-
Float32Array: Float32ArrayConstructor
-
Float64Array: Float64ArrayConstructor
-
Int16Array: Int16ArrayConstructor
-
Int32Array: Int32ArrayConstructor
-
Int8Array: Int8ArrayConstructor
-
Uint16Array: Uint16ArrayConstructor
-
Uint32Array: Uint32ArrayConstructor
-
Uint8Array: Uint8ArrayConstructor
-
Uint8ClampedArray: Uint8ClampedArrayConstructor
Mapping of typed array constructors by name