method ZipWriterStream.prototype.closeimport { ZipWriterStream } from "https://dotland.deno.dev/x/zipjs@v2.7.42/index.d.ts"; close(comment?: Uint8Array, options?: ZipWriterCloseOptions): Promise<unknown>Writes the entries directory, writes the global comment, and returns the content of the zipped file. Writes the entries directory, writes the global comment, and returns the content of the zipped file. Parametersoptionalcomment: Uint8ArrayThe global comment of the zip file. optionaloptions: ZipWriterCloseOptionsThe options. ReturnsPromise<unknown>The content of the zip file.