ZerethShell
File Manager
SQL Manager
/
lib
/
node_modules
/
npm
/
lib
/
utils
is-windows-shell.js
'use strict' var isWindows = require('./is-windows.js') var isWindowsBash = require('./is-windows-bash.js') module.exports = isWindows && !isWindowsBash
Kaydet
Vazgeç