UNPKG

heroku-cli-util

Version:
9 lines (5 loc) 163 B
'use strict'; let h = require('./'); let chalk = require('chalk'); chalk.enabled = h.config.color === 'false' ? false : h.config.color; module.exports = chalk;