MCPcopy 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

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

Callers

nothing calls this directly

Calls 1

testMethod · 0.45

Tested by

no test coverage detected