| Path : /usr/lib/node_modules/npm/node_modules/minimatch/lib/ |
| Current File : //usr/lib/node_modules/npm/node_modules/minimatch/lib/path.js |
const isWindows = typeof process === 'object' &&
process &&
process.platform === 'win32'
module.exports = isWindows ? { sep: '\\' } : { sep: '/' }