method StorageIndexedDB.prototype.getManyimport { StorageIndexedDB } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; getMany<T>(filter: GetManyFilter,params?: { limit?: number; reverse?: boolean; },tx_?: IDBTransaction,): AsyncGenerator<[readonly StorageKeyPart[], T]>Type ParametersTParametersfilter: GetManyFilteroptionalparams: { limit?: number; reverse?: boolean; }optionaltx_: IDBTransactionReturnsAsyncGenerator<[readonly StorageKeyPart[], T]>