UNPKG

ember-material-icons

Version:

Google Material icons for your ember-cli app

12 lines (9 loc) 209 B
'use strict'; const chalk = require('chalk'); module.exports = function(helpString) { // currently windows if (chalk.supportsColor) { return helpString; } return chalk.stripColor(helpString); };