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