ipdbot/node_modules/npm/lib/utils/is-windows-shell.js
2022-04-18 15:32:07 +02:00

3 lines
144 B
JavaScript

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