Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Avatar for KuCalc : devops.
Download
50654 views
1
module['exports'] = {
2
silly: 'rainbow',
3
input: 'grey',
4
verbose: 'cyan',
5
prompt: 'grey',
6
info: 'green',
7
data: 'grey',
8
help: 'cyan',
9
warn: 'yellow',
10
debug: 'blue',
11
error: 'red'
12
};
13