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

x/compress/tgz_archive/mod.ts

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

Functions

Compresses a file to a .tgz format.

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