Type alias UintTypedArray

UintTypedArray: Uint8Array | Uint8ClampedArray | Uint16Array | Uint32Array | BigUint64Array

Array-like objects that contain unsigned integers and provide a mechanism for reading and writing raw binary data in memory buffers.

Generated using TypeDoc