Module

x/fluentci/deps.ts>ZipWriter#close

This is the command line interface for FluentCI.
Go to Latest
method ZipWriter.prototype.close
import { ZipWriter } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.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.