Back | Home
الـ Path الحالي: /home/picotech/domains/instantly.picotech.app/public_html/public/uploads/../uploads/../../../../instantly.picotech.app/homes/../../wa.picotech.app/public_html/node_modules/escape-html/../././form-data/../ipaddr.js/../dotenv/../@hapi/../.bin/../util-deprecate/../semver/./../codec-parser/../express/../domutils/./../asynckit/.././semver/internal
الملفات الموجودة في هذا الـ Path:
.
..
constants.js
debug.js
identifiers.js
parse-options.js
re.js

مشاهدة ملف: 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