Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/compress/zlib/inflate.ts>inflateRaw

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

Parameters

input: Uint8Array
optional
options: InflateOptions = [UNSUPPORTED]