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

x/compress/gzip/gzip_file.ts>gzipFile

compress and uncompress for Deno
Go to Latest
function gzipFile
import { gzipFile } from "https://deno.land/x/compress@v0.3.3/gzip/gzip_file.ts";

slow

Parameters

src: string
dest: string

Returns

Promise<void>