@exodus/bytes
    Preparing search index...

    Type Alias Uint16ArrayBuffer

    Uint16ArrayBuffer: ReturnType<typeof Uint16Array.from>

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

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