Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

ISmallBotStore

import type { ISmallBotStore } from "https://raw.githubusercontent.com/cybertim/SmallBotMatrix/main/mod.ts";
interface ISmallBotStore {
read(): string | undefined;
write(since: string): void;
}

§Methods

§
read(): string | undefined
[src]
§
write(since: string): void
[src]