// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
minimatch
/
lib
[ PARENT ]
EDIT :: path.js
const isWindows = typeof process === 'object' && process && process.platform === 'win32' module.exports = isWindows ? { sep: '\\' } : { sep: '/' }
SAVE
CANCEL