Skip to main content
The Deno 2 Release Candidate is 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.8/gzip/gzip_file.ts";

slow

Parameters

src: string
dest: string

Returns

Promise<void>