Files
line_push/node_modules/consola/src/utils/fancy.js
T
2022-07-21 03:28:35 +00:00

11 lines
139 B
JavaScript

export const TYPE_COLOR_MAP = {
info: 'cyan'
}
export const LEVEL_COLOR_MAP = {
0: 'red',
1: 'yellow',
2: 'white',
3: 'green'
}