BossBey File Manager
PHP:
8.2.30
OS:
Linux
User:
imagivibe
Root
/
usr
/
lib
/
node_modules
/
npm
/
lib
/
utils
📤 Upload
📝 New File
📁 New Folder
Close
Editing: is-windows.js
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
Save
Cancel