method StorageSessionStorage.prototype.getManyimport { StorageSessionStorage } from "https://deno.land/x/mtkruto@0.6.3/mod.ts"; getMany<T>(filter: GetManyFilter, params?: { limit?: number; reverse?: boolean; }): Generator<[readonly StorageKeyPart[], T]>Type ParametersTParametersfilter: GetManyFilteroptionalparams: { limit?: number; reverse?: boolean; }ReturnsGenerator<[readonly StorageKeyPart[], T]>