UNPKG

226 BJavaScriptView Raw
1import { blue, redBright, yellow } from 'colorette'
2import { figures } from 'listr2'
3
4export const info = blue(figures.arrowRight)
5
6export const error = redBright(figures.cross)
7
8export const warning = yellow(figures.warning)