87d1dbc98783607337891ef6e3fefe26c53b1c579d3c4d8fedfd4b89e2568298690a7b20fa7c2c98d718a281b31e6432c08571ad5dfd3a6b9be7aaa8bda598 240 B

1234567891011
  1. 'use strict'
  2. const debug = (
  3. typeof process === 'object' &&
  4. process.env &&
  5. process.env.NODE_DEBUG &&
  6. /\bsemver\b/i.test(process.env.NODE_DEBUG)
  7. ) ? (...args) => console.error('SEMVER', ...args)
  8. : () => {}
  9. module.exports = debug