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

x/compress/gzip/gzip_file.ts>gunzipFile

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

Parameters

src: string
dest: string

Returns

Promise<void>