method StorageIndexedDB.prototype.getimport { StorageIndexedDB } from "https://deno.land/x/mtkruto@0.1.157/mod.ts"; get<T>(k: readonly StorageKeyPart[],tx_?: IDBTransaction | null,fix?,): Promise<T | null>Type ParametersTParametersk: readonly StorageKeyPart[]optionaltx_: IDBTransaction | nulloptionalfix = [UNSUPPORTED]ReturnsPromise<T | null>