Skip to main content
Go to Latest
method ZipWriter.prototype.close
import { ZipWriter } from "https://deno.land/x/simple_utility@v2.0.8/deps.pure_ext.ts";

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

Parameters

optional
comment: Uint8Array

The global comment of the zip file.

optional
options: ZipWriterCloseOptions

The options.

Returns

Promise<Type>

The content of the zip file.