Preview: debug.js
Size: 240 B
/home/byroehnu/easepay.easetack.com/node_modules/semver/internal/debug.js
'use strict'
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
Directory Contents
Dirs: 0 × Files: 7