UNPKG

chalk-console

Version:

console text colorfully, and success, info, warn, or danger colorfully

15 lines (11 loc) 242 B
/* * @Author: xsmallbird * @Description: test script * @Date: 2019-05-27 12:09:13 * @Last Modified by: xsmallbird */ const chalk = require('..'); chalk.error('error'); chalk.info('info'); chalk.warn('warn'); chalk.success('success');