Module

x/zipjs/index.d.ts>FS#getById

JavaScript library to zip and unzip files supporting multi-core compression, compression streams, Zip64 and encryption.
Go to Latest
method FS.prototype.getById
import { FS } from "https://dotland.deno.dev/x/zipjs@v2.6.31/index.d.ts";

Returns a ZipEntry instance from the value of ZipEntry#id

Parameters

id: number

The id of the ZipEntry instance.

Returns

ZipEntry | undefined

The ZipEntry instance.