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