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

x/compress/zlib/inflate.ts>inflate

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

Parameters

input: Uint8Array
optional
options: InflateOptions = [UNSUPPORTED]