UNPKG
vue-pretty-logger
Version:
latest (0.9.0)
0.9.0
0.8.9
0.8.8
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.1
0.8.0
0.4.0
0.3.0
Pretty logger for Vue
github.com/TaroXin/vue-pretty-logger
TaroXin/vue-pretty-logger
vue-pretty-logger
/
lib
/
constant
/
logger-types.js
7 lines
(6 loc)
•
156 B
JavaScript
View Raw
1
2
3
4
5
6
7
module
.
exports
= { FUNCTION:
'FUNCTION'
, FUNCTION_CALL:
'FUNCTION_CALL'
, ASSIGNMENT:
'ASSIGNMENT'
, FUNCTION_CALLBACK:
'FUNCTION_CALLBACK'
}