Preview: path.js
Size: 151 B
/home/byroehnu/easepay.easetack.com/node_modules/@rollup/plugin-commonjs/node_modules/minimatch/lib/path.js
const isWindows = typeof process === 'object' &&
process &&
process.platform === 'win32'
module.exports = isWindows ? { sep: '\\' } : { sep: '/' }
Directory Contents
Dirs: 0 × Files: 2