import { StorageLocalStorage } from "https://deno.land/x/mtkruto@0.1.105/storage/1_storage_local_storage.ts";
Methods
get(key_: readonly StorageKeyPart[])
getMany<T>(prefix: readonly StorageKeyPart[])
init()
set(key_: readonly StorageKeyPart[], value: unknown): MaybePromise<void>