UNPKG

@huudann/fca-unofficial

Version:
7 lines (5 loc) 174 B
const chalk = require('chalk'); //const notifier = require('node-notifier'); module.exports = (str, end) => { console.log(chalk.hex('#9c27b0').bold(`${end} » `) + str); };