const colors = require('colors') module.exports = { colog(...args) { console.log(colors.green({time: new Date().toJSON()}), ...args) } }