Skip to main content
Module

x/jszip/mod.ts>JSZip#unzip

A JSZip wrapper for handling zipfiles in deno
Latest
method JSZip.prototype.unzip
import { JSZip } from "https://deno.land/x/jszip@0.11.0/mod.ts";

Unzip a JSZip asynchronously to a directory

Parameters

optional
dir: string = [UNSUPPORTED]

to unzip into

Returns

Promise<void>

Returns promise