UNPKG
@seaavey/bot
Version:
latest (1.0.3)
1.0.3
1.0.2-beta.0
1.0.1-beta.1
1.0.1-beta.0
1.0.0
The Library for Seaavey Bot
@seaavey/bot
/
lib
/
Utils
/
Log.d.ts
7 lines
(6 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
declare
const
LOG
: {
info
:
(
msg
:
string
) =>
void
;
warn
:
(
msg
:
string
) =>
void
;
error
:
(
msg
:
string
) =>
void
;
debug
:
(
msg
:
string
) =>
void
; };