Skip to main content
Module

x/compress/zlib/inflate.ts>InflateOptions

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

Properties

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