Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/nodejs/node
/ is-windows.js
File
is-windows.js
deps/npm/lib/utils/is-windows.js:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
const
isWindowsShell = (process.platform ===
'win32'
) &&
2
!/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !==
'cygwin'
3
4
exports.isWindowsShell = isWindowsShell
Callers
nothing calls this directly
Calls
1
test
Method · 0.45
Tested by
no test coverage detected