@exodus/bytes
    Preparing search index...

    Type Alias Uint8ArrayBuffer

    Uint8ArrayBuffer: ReturnType<typeof Uint8Array.from>

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

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