import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.6.43/index.d.ts";
Retrieves the content of the entry via a Writer
instance
Parameters
writer: Writer<WriterType>
The Writer
instance.
x/zipjs/index.d.ts>ZipFileEntry#getData
import { ZipFileEntry } from "https://deno.land/x/zipjs@v2.6.43/index.d.ts";
Retrieves the content of the entry via a Writer
instance
The Writer
instance.