Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/zip/decompress.ts>decompress

Streaming cross-platform zip tool written for Deno 🦕.
Go to Latest
variable decompress
import { decompress } from "https://deno.land/x/zip@v1.2.3/decompress.ts";

type

(
filePath: string,
destinationPath?: string | null,
options?: any,
) => Promise<string | false>