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

x/compress/mod.ts

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

Variables

Alias for the inflate function, specifically for gzip.

Functions

Compresses the input data using deflate algorithm.

Compresses the input data using raw deflate algorithm.

Decompress a file

Compresses the input data using gzip format.

Compress a file

Inflates the input data with the given options.

Inflates raw compressed data with the given options.

Compresses a file.

Uncompresses a file.

Compresses a file to a .tgz format.

Uncompresses a .tgz or .gz file to a specified destination.