UNPKG

ember-cli

Version:

Command line tool for developing ambitious ember.js apps

10 lines (7 loc) 170 B
'use strict'; const chalk = require('chalk'); module.exports = function(message, test) { if (test) { console.log(chalk.yellow(`DEPRECATION: ${message}`)); } };