Your IP : 18.217.98.198


Current Path : /proc/self/root/opt/alt/alt-nodejs16/root/lib/node_modules/npm/node_modules/minimatch/lib/
Upload File :
Current File : //proc/self/root/opt/alt/alt-nodejs16/root/lib/node_modules/npm/node_modules/minimatch/lib/path.js

const isWindows = typeof process === 'object' &&
  process &&
  process.platform === 'win32'
module.exports = isWindows ? { sep: '\\' } : { sep: '/' }

?>