Type aliases
TypedArray
TypedArray:
Float32Array | Float64Array | Int8Array | Int16Array | Int32Array | Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array
TypedArrayConstructor
TypedArrayConstructor:
{ BYTES_PER_ELEMENT: number }
Type declaration
-
BYTES_PER_ELEMENT: number
Construct
Construct<$Ctor>:
$Ctor extends {} ? _ : never
Type parameters
General-purpose, static TypeScript types.