Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/simple_utility/deps.pure.ts>ZipWriter#close

Simplify processing for Deno.
Latest
method ZipWriter.prototype.close
import { ZipWriter } from "https://deno.land/x/simple_utility@v2.3.2/deps.pure.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.