Module

x/zipjs/index.d.ts>ZipWriter#close

JavaScript library to zip and unzip files in the browser and Deno supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
method ZipWriter.prototype.close
import { ZipWriter } from "https://dotland.deno.dev/x/zipjs@v2.6.11/index.d.ts";

Writes the entries directory, writes the global comment, and returns the content of the zip file

Parameters

comment: Uint8Array | void

The global comment of the zip file.

optional
options: ZipWriterCloseOptions

The options.

Returns

Promise<Type>

The content of the zip file.