Skip to main content
Module

x/mtkruto/mod.ts>StorageLocalStorage

Cross-runtime JavaScript library for building Telegram clients
Go to Latest
class StorageLocalStorage
implements Storage
extends Storage
import { StorageLocalStorage } from "https://deno.land/x/mtkruto@0.1.154/mod.ts";

Constructors

new
StorageLocalStorage(prefix: string)

Properties

readonly
prefix
readonly
supportsFiles

Methods

branch(id: string)
get<T>(key_: readonly StorageKeyPart[])
getMany<T>(filter: GetManyFilter, params?: { limit?: number; reverse?: boolean; })
incr(key: readonly StorageKeyPart[], by: number)
set(key_: readonly StorageKeyPart[], value: unknown)