Documentation
    Preparing search index...

    Type Alias Reader

    Reader: (
        bytes: Uint8Array<ArrayBuffer>,
        offset: number,
    ) => Uint8Array<ArrayBuffer>

    Type Declaration

      • (bytes: Uint8Array<ArrayBuffer>, offset: number): Uint8Array<ArrayBuffer>
      • Parameters

        • bytes: Uint8Array<ArrayBuffer>
        • offset: number

        Returns Uint8Array<ArrayBuffer>