color.js 86 B

1234
  1. module.exports = color
  2. function color(d) {
  3. return '\u001B[33m' + d + '\u001B[39m'
  4. }