import { ZipWriter } from "https://deno.land/x/zipjs@v2.6.43/index.d.ts";
Adds an entry into the zip file
Parameters
optional
reader: Reader<ReaderType> | ReadableReader | ReadableStreamThe Reader
instance used to read the content of the entry.