This commit is contained in:
2023-11-09 09:03:33 +01:00
parent ec6063d74b
commit c60e61825e
146 changed files with 442 additions and 9932 deletions

View File

@@ -1,9 +0,0 @@
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