UNPKG

cra-universal

Version:
10 lines (7 loc) 150 B
const chalk = require('chalk'); function log(...args) { console.log(chalk.bgCyan(' crau > '), chalk.cyan(...args)); } module.exports = { log };