UNPKG
@elies-chelbi/goodlogger
Version:
latest (1.2.2)
1.10.1
1.2.11
1.2.10
1.2.2
1.2.1
1.2.0
1.1.17
1.1.16
1.1.15
1.1.14
1.1.13
1.1.12
1.1.2
1.1.1
1.0.101
1.0.1
1.0.0
an npm package for beautifull organized console logs
github.com/eliassn/good-log
eliassn/good-log
@elies-chelbi/goodlogger
/
index.d.ts
14 lines
•
334 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
declare
module
"Glog-types"
{
type
debug = { (
message
:
string
,
data
:
object
) :
void
}
type
clear_and_debug = { (
message
:
string
,
data
:
object
) :
void
}
type
error ={ (
message
:
string
,
data
:
object
) :
void
}
type
clear_and_showError = { (
message
:
string
,
data
:
object
) :
void
} }