pako - v3.0.1
    Preparing search index...

    Function inflateRaw

    • The same as inflate, but consumes raw data without a wrapper (header and adler32 crc).

      Type Parameters

      Parameters

      • input: ArrayBuffer | Uint8Array<ArrayBufferLike>
      • options: O = ...

      Returns O extends { toText: true } ? string : Uint8Array<ArrayBuffer>