Module

x/zipjs/index.js>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.61/index.js";

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.