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.0.835/mod.ts";

Constructors

new
StorageLocalStorage(prefix: string)

Methods

get(key: string)
set(key: string, value: string | null): MaybePromise<void>