UNPKG

ember-app-scheduler

Version:

Ember addon to schedule work at different phases of app life cycle.

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); };