PATH:
opt
/
cpanel
/
ea-nodejs16
/
lib
/
node_modules
/
npm
/
node_modules
/
minimatch
/
lib
const isWindows = typeof process === 'object' && process && process.platform === 'win32' module.exports = isWindows ? { sep: '\\' } : { sep: '/' }
[+]
..
[-] path.js
[edit]