Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
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://deno.land/x/zipjs@v2.7.43/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.