import { type ZipReaderOptions } from "https://deno.land/x/zipjs@v2.7.53/index.d.ts";
Represents options passed to the constructor of ZipReader and Entry#getData.
Properties
true
to read the data as-is without decompressing it and without decrypting it.
optional
signal: AbortSignalThe AbortSignal
instance used to cancel the decompression.