UNPKG

255 BJavaScriptView Raw
1'use strict';
2
3var chalk = require('chalk');
4
5function debug() {
6 console.log(chalk.green('[npm-check] debug'));
7 console.log.apply(console, arguments);
8 console.log('' + chalk.green('==============================='));
9}
10
11module.exports = debug;
\No newline at end of file