Current Path : /proc/thread-self/root/opt/alt/alt-nodejs22/root/usr/lib/node_modules/npm/lib/utils/ |
Current File : //proc/thread-self/root/opt/alt/alt-nodejs22/root/usr/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