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