Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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.4.4/gzip/gzip_file.ts";

Parameters

src: string
dest: string

Returns

Promise<void>