Skip to main content
Module

std/node/zlib.ts>default

Deno standard library
Go to Latest
variable default
import { default } from "https://deno.land/std@0.177.0/node/zlib.ts";

type

{ Options; BrotliOptions; BrotliCompress; BrotliDecompress; Deflate; DeflateRaw; Gunzip; Gzip; Inflate; InflateRaw; Unzip; ZlibBase; constants; codes; createBrotliCompress; createBrotliDecompress; createDeflate; createDeflateRaw; createGunzip; createGzip; createInflate; createInflateRaw; createUnzip; brotliCompress; brotliCompressSync; brotliDecompress; brotliDecompressSync; deflate; deflateSync; deflateRaw; deflateRawSync; gunzip; gunzipSync; gzip; gzipSync; inflate; inflateSync; inflateRaw; inflateRawSync; unzip; unzipSync; }