Skip to main content
Module

x/zip/mod.ts>decompress

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

type

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