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

ISmallBotLogger

import type { ISmallBotLogger } from "https://raw.githubusercontent.com/cybertim/SmallBotMatrix/main/mod.ts";
interface ISmallBotLogger {
error(log: string): void;
info(log: string): void;
}

§Methods

§
error(log: string): void
[src]
§
info(log: string): void
[src]