an instance of any typed array, such as Uint8Array you can narrow down the type through the use of a NumericDType string annotation
Uint8Array
const clammped_bytes_arr: TypedArray<"u1c"> = new Uint8ClampedArray(42) Copy
const clammped_bytes_arr: TypedArray<"u1c"> = new Uint8ClampedArray(42)
an instance of any typed array, such as
Uint8Array
you can narrow down the type through the use of a NumericDType string annotation