UNPKG
@janiscommerce/app-analytics
Version:
beta (4.0.0-beta.6)
latest (4.0.1)
4.0.1
4.0.0
4.0.0-beta-1
4.0.0-beta.6
4.0.0-beta.5
4.0.0-beta.4
4.0.0-beta.3
4.0.0-beta.2
3.1.0
3.0.0
2.7.0-beta.0
2.6.0
2.5.0
2.4.0
2.3.0
2.2.0
2.1.0
2.0.0
1.6.0
1.5.0
1.4.0
1.3.0
1.2.0
1.1.1
1.1.0
Analytics methods for janis apps
@janiscommerce/app-analytics
/
lib
/
utils
/
decorationText.js
9 lines
(5 loc)
•
177 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
/* istanbul ignore file */
const
boldRed =
'
\x
1b[91m
\x
1b[1m'
;
const
boldCian =
'
\x
1b[36m
\x
1b[1m'
;
const
boldGreen =
'
\x
1b[92m
\x
1b[1m'
; export {boldRed, boldCian, boldGreen};