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

4 lines
144 B
JavaScript
Raw Normal View History

2022-02-16 11:32:42 +01:00
const isWindows = require('./is-windows.js')
const isWindowsBash = require('./is-windows-bash.js')
module.exports = isWindows && !isWindowsBash