Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/compress/gzip/mod.ts>gzipFile

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

slow

Parameters

src: string
dest: string

Returns

Promise<void>