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

x/compress/zlib/inflate.ts>InflateOptions

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

Options for the Inflate class.

Properties

optional
windowBits: number
optional
dictionary: Uint8Array
optional
chunkSize: number
optional
to: string
optional
raw: boolean