UNPKG

lint-staged

Version:
10 lines (5 loc) 217 B
import { figures } from 'listr2' import { blue, red, yellow } from './colors.js' export const info = blue(figures.arrowRight) export const error = red(figures.cross) export const warning = yellow(figures.warning)