is-windows-shell.js 144 B

123
  1. const isWindows = require('./is-windows.js')
  2. const isWindowsBash = require('./is-windows-bash.js')
  3. module.exports = isWindows && !isWindowsBash