UNPKG

npx

Version:

execute npm package binaries

5 lines (4 loc) 153 B
'use strict' var isWindows = require('./is-windows.js') var isWindowsBash = require('./is-windows-bash.js') module.exports = isWindows && !isWindowsBash