UNPKG

213 BJavaScriptView Raw
1"use strict"
2
3const c = require("clor")
4
5module.exports = {
6 complete: c.blue.bold,
7 title: c.bold.yellow,
8 error: c.bold.red,
9 path: c.underline.cyan,
10 warn: c.bold.magenta,
11 text: c.bold.white,
12 time: c.green
13}