Skip to main content
Module

x/jszip/mod.ts>JSZip#writeZip

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

Write zip file asynchronously to a file

Parameters

path: string

of zip file

Returns

Promise<void>

Returns promise