UNPKG

clix-logger

Version:

Another console log wrapper with colored support and icons

6 lines (5 loc) 152 B
module.exports = format => { const moment = require('moment'); format = format || 'HH:mm:ss'; return moment().format(moment().format(format)); };