
export type UnsignedTypedArray =
        | Uint8ClampedArray
        | Uint8Array
        | Uint16Array
        | Uint32Array;
