UNPKG

vegana-js

Version:

vegana is a container based js framework

16 lines (11 loc) 269 B
const chalk = require('chalk'); module.exports = { error : function(error){ console.log(chalk.red('!!! ' + error)); return false; }, tell : function(message){ console.log(chalk.cyanBright('>>> ' + message)); return true; } };