UNPKG

atam

Version:
14 lines (11 loc) 242 B
const chalk = require('chalk'); const error = chalk.bold.red; const warning = chalk.keyword('orange'); const success = chalk.keyword('green'); const info = chalk.keyword('blue'); module.exports = { error, warning, success, info, };