import { ZipDirectoryEntry } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.d.ts";
Adds an entry with content provided via a FileSystemEntry
instance
Returns
A promise resolving to an array of ZipFileEntry or a ZipDirectoryEntry instances.