UNPKG
rsi.cli
Version:
latest (0.4.6)
0.4.6
0.4.5
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.1
0.3.0
0.2.5
0.2.0
0.1.3
0.1.2
0.1.1
0.1.0
The swiss army knife for RSI related tasks.
github.com/wzr1337/rsi.cli
wzr1337/rsi.cli
rsi.cli
/
dist
/
utils
/
Logger.d.ts
7 lines
(6 loc)
•
257 B
TypeScript
View Raw
1
2
3
4
5
6
7
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
; }