import { ZipDirectoryEntry } from "https://deno.land/x/zipjs@v2.6.55/index.d.ts";
Extracts a zip file provided via a custom Reader instance into the entry
Parameters
reader:
The Reader instance.
x/zipjs/index.d.ts>ZipDirectoryEntry#importZip
import { ZipDirectoryEntry } from "https://deno.land/x/zipjs@v2.6.55/index.d.ts";
Extracts a zip file provided via a custom Reader instance into the entry
The Reader instance.