Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/compress/zlib/inflate.ts>inflate

compress and uncompress for Deno
Latest
function inflate
import { inflate } from "https://deno.land/x/compress@v0.5.0/zlib/inflate.ts";

Inflates the input data with the given options.

Parameters

input: Uint8Array
  • The compressed data to inflate.
optional
options: InflateOptions = [UNSUPPORTED]
  • Options for the inflation process.

Returns

Uint8Array

The inflated data as a Uint8Array.