UNPKG

npm-upgrade

Version:

Interactive CLI utility to easily update outdated NPM dependencies

6 lines (4 loc) 152 B
import {white, green, yellow} from 'chalk'; export const strong = white.bold; export const success = green.bold; export const attention = yellow.bold;