UNPKG

104 BJavaScriptView Raw
1module.exports = function log(action, msg) {
2 console.log(' \x1b[36m'+action+'\x1b[0m : ', msg);
3};
\No newline at end of file