Files
6.S081-All-in-one/_book/gitbook/gitbook-plugin-ancre-navigation/lib/log.js
2021-08-19 13:21:54 +08:00

17 lines
274 B
JavaScript

var colors = require('colors');
colors.setTheme({
silly: 'rainbow',
input: 'grey',
verbose: 'cyan',
prompt: 'grey',
info: 'green',
data: 'grey',
help: 'cyan',
warn: 'yellow',
debug: 'blue',
error: 'red'
});
module.exports = colors;