UNPKG

npm-check

Version:

Check for outdated, incorrect, and unused dependencies.

11 lines (8 loc) 257 B
'use strict'; const chalk = require('chalk'); function debug() { console.log(chalk.green('[npm-check] debug')); console.log.apply(console, arguments); console.log(`${chalk.green('===============================')}`); } module.exports = debug;