Module

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

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

Returns a {@link ZipEntry} instance from the value of {@link ZipEntry#id}

Parameters

id: number

The id of the {@link ZipEntry} instance.

Returns

ZipEntry | undefined

The {@link ZipEntry} instance.