Const TYPE_OF_ARRAY
TYPE_OF_ARRAY: Readonly<{ bool: Uint8ArrayConstructor; float32: Uint8ArrayConstructor; float64: Uint8ArrayConstructor; int16: Uint8ArrayConstructor; int32: Uint8ArrayConstructor; int64: Uint8ArrayConstructor; int8: Uint8ArrayConstructor; uint16: Uint16ArrayConstructor; uint32: Uint8ArrayConstructor; uint64: Uint8ArrayConstructor; uint8: Uint8ArrayConstructor }> = ...
The max value that a certain native type can assume. Note: due to js limitations, int64 and float64 have more restricted limits.