UNPKG
vue-pretty-logger-stzhang
Version:
latest (0.0.8)
0.0.8
0.0.7
0.0.6
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1
Pretty logger for Vue
github.com/TaroXin/vue-pretty-logger
TaroXin/vue-pretty-logger
vue-pretty-logger-stzhang
/
lib
/
constant
/
logger-types.js
7 lines
(6 loc)
•
162 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'
}