Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/compress/zlib/mod.ts>inflateRaw

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

Parameters

input: Uint8Array
optional
options: InflateOptions = [UNSUPPORTED]