????

Your IP : 3.139.86.58


Current Path : /opt/cpanel/ea-nodejs22/lib/node_modules/npm/lib/utils/
Upload File :
Current File : //opt/cpanel/ea-nodejs22/lib/node_modules/npm/lib/utils/is-windows.js

const isWindowsShell = (process.platform === 'win32') &&
  !/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !== 'cygwin'

exports.isWindowsShell = isWindowsShell