Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

inflateSync

Expands 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