import { ZipDirectoryEntry } from "https://deno.land/x/zipjs@v2.7.21/index.d.ts";
Creates a zip file via a custom Writer instance containing the entry and its descendants
Parameters
The Writer instance.
x/zipjs/index.d.ts>ZipDirectoryEntry#exportZip
import { ZipDirectoryEntry } from "https://deno.land/x/zipjs@v2.7.21/index.d.ts";
Creates a zip file via a custom Writer instance containing the entry and its descendants
The Writer instance.