????

Your IP : 3.145.116.170


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/internal/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/internal/debug.js

const debug = (
  typeof process === 'object' &&
  process.env &&
  process.env.NODE_DEBUG &&
  /\bsemver\b/i.test(process.env.NODE_DEBUG)
) ? (...args) => console.error('SEMVER', ...args)
  : () => {}

module.exports = debug