import { ZipDirectoryEntry } from "https://deno.land/x/zipjs@v2.7.53/index.js";
Creates a zip file via a WritableStream
instance containing the entry and its descendants
Parameters
optional
writable: WritableStreamThe WritableStream
instance.
optional
options: ZipDirectoryEntryExportOptionsThe options.
Returns
Promise<WritableStream>
A promise resolving to the Uint8Array
instance.