UNPKG

@trilitech-umami/umami-embed

Version:

[WIP - not ready for production use] A simple embeddable Umami wallet

9 lines (8 loc) 243 B
import type { LogsLevel } from "./types"; export declare class LoggerService { private logsLevel; constructor(logsLevel: LogsLevel); info(message: string): void; warn(message: string): void; error(message: string): void; }