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

x/compress/zlib/deflate.ts

compress and uncompress for Deno
Latest
import * as compress from "https://deno.land/x/compress@v0.5.0/zlib/deflate.ts";

Classes

Class for handling deflate compression.

Functions

Compresses the input data using deflate algorithm.

Compresses the input data using raw deflate algorithm.

Compresses the input data using gzip format.

Interfaces

Options for the Deflate class.