UNPKG

yarn-check

Version:

Check for outdated, incorrect, and unused dependencies.

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