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

4 lines
144 B
JavaScript
Raw Normal View History

2022-02-18 12:54:33 +00:00
const isWindows = require('./is-windows.js')
const isWindowsBash = require('./is-windows-bash.js')
module.exports = isWindows && !isWindowsBash