Viewing File: /usr/share/nodejs/npm/lib/utils/is-windows-shell.js

const isWindows = require('./is-windows.js')
const isWindowsBash = require('./is-windows-bash.js')
module.exports = isWindows && !isWindowsBash
Back to Directory File Manager