Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

UintArray

type UintArray = Uint8Array | Uint16Array | Uint32Array;

§Type

§
Uint8Array | Uint16Array | Uint32Array
[src]