import { ZipWriter } from "https://deno.land/x/zipjs@v2.7.23/index.js";
Adds an entry into the zip file
Parameters
optional
reader: The Reader instance used to read the content of the entry.
Returns
Promise<EntryMetaData>
A promise resolving to an EntryMetaData instance.