@exodus/bytes
    Preparing search index...

    Type Alias Uint32ArrayBuffer

    Uint32ArrayBuffer: ReturnType<typeof Uint32Array.from>

    This is Uint32Array<ArrayBuffer> (as opposed to Uint32Array<SharedArrayBuffer> and Uint32Array<ArrayBufferLike>) on TypeScript versions that support that distinction.

    On TypeScript < 5.7, this is just Uint32Array, as it's not a template there.