method ZipWriter.prototype.closeimport { ZipWriter } from "https://dotland.deno.dev/x/fluentci@v0.13.0/deps.ts"; close(comment?: Uint8Array, options?: ZipWriterCloseOptions): Promise<Type>Writes the entries directory, writes the global comment, and returns the content of the zip file Writes the entries directory, writes the global comment, and returns the content of the zip file Parametersoptionalcomment: Uint8ArrayThe global comment of the zip file. optionaloptions: ZipWriterCloseOptionsThe options. ReturnsPromise<Type>The content of the zip file.