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

x/compress/tgz/mod.ts

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

Functions

Compresses a file to a .tgz format.

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