UNPKG

rsi.cli

Version:

The swiss army knife for RSI related tasks.

7 lines (6 loc) 257 B
export declare class Logger { static error(scope?: string, ...args: any[]): void; static success(scope?: string, ...args: any[]): void; static info(scope?: string, ...args: any[]): void; static debug(scope?: string, ...args: any[]): void; }