UNPKG

improved-console

Version:

Overrides the default console.log, console.eror, console.warn, console.info and adds a timstamp at the start

11 lines (9 loc) 160 B
/** Default prototype ressources of console class */ module.exports = { error: "red", info: "cyan", warn: "yellow", log: "" }