method FS.prototype.getByIdimport { FS } from "https://dotland.deno.dev/x/zipjs@v2.7.53/index.js"; getById(id: number): ZipEntry | undefinedReturns a {@link ZipEntry} instance from the value of {@link ZipEntry#id} Returns a {@link ZipEntry} instance from the value of {@link ZipEntry#id} Parametersid: numberThe id of the {@link ZipEntry} instance. ReturnsZipEntry | undefinedThe {@link ZipEntry} instance.