UNPKG

257 BJavaScriptView Raw
1'use strict';
2const chalk = require('chalk');
3
4function debug() {
5 console.log(chalk.green('[npm-check] debug'));
6 console.log.apply(console, arguments);
7 console.log(`${chalk.green('===============================')}`);
8}
9
10module.exports = debug;