inflateSyncExpands DEFLATE data with no wrapper function inflateSync(data: Uint8Array, opts?: InflateOptions): Uint8Array;§inflateSync(data: Uint8Array, opts?: InflateOptions): Uint8Array[src]§Parameters§data: Uint8Array[src]The data to decompress §opts?: InflateOptions optional[src]The decompression options §Return Type§Uint8Array[src]The decompressed version of the data