bot/node_modules/npm/lib/utils/is-windows-shell.js

4 lines
144 B
JavaScript

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