is-windows.js
| 177 B | Satir:
0
| js
Geri
const isWindowsShell = (process.platform === 'win32') && !/^MINGW(32|64)$/.test(process.env.MSYSTEM) && process.env.TERM !== 'cygwin' exports.isWindowsShell = isWindowsShell
Kaydet
Ctrl+S ile kaydet