UNPKG

ember-introjs

Version:
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}`)); } };