UNPKG
beautylog
Version:
latest (6.1.10)
6.1.10
6.1.9
6.1.8
6.1.7
6.1.6
6.1.5
6.1.3
6.1.2
6.1.1
6.1.0
6.0.7
6.0.6
6.0.5
6.0.4
6.0.3
6.0.2
6.0.1
6.0.0
5.0.23
5.0.22
5.0.21
5.0.20
5.0.19
5.0.18
5.0.17
5.0.16
5.0.14
5.0.13
5.0.12
5.0.11
5.0.10
5.0.8
5.0.7
5.0.6
5.0.5
5.0.4
5.0.3
5.0.2
5.0.1
5.0.0
4.2.2
4.2.1
4.2.0
4.1.6
4.1.5
4.1.4
4.1.3
4.1.2
4.1.1
4.1.0
4.0.1
4.0.0
3.1.6
3.1.5
3.1.4
3.1.3
3.1.2
3.1.1
3.1.0
3.0.3
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.7
2.0.6
2.0.4
2.0.3
2.0.2
1.0.7
1.0.6
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
0.0.15
0.0.14
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
0.0.4
beautiful logging, TypeScript ready
gitlab.com/pushrocks/beautylog
beautylog
/
dist
/
beautylog.log.helpers.d.ts
9 lines
(8 loc)
•
222 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
/** * *
@param
logText
*
@param
logType
*
@returns
{
boolean
} */
export
declare
let
internalLog
:
(
logType
?:
string
,
logText
?:
string
) =>
void
;
export
declare
let
logNode
:
(
logType
:
string
,
logText
:
string
) =>
boolean
;