| Current Path : /usr/lib/node_modules/pm2/node_modules/@pm2/agent/node_modules/semver/functions/ |
| Current File : //usr/lib/node_modules/pm2/node_modules/@pm2/agent/node_modules/semver/functions/compare-loose.js |
const compare = require('./compare')
const compareLoose = (a, b) => compare(a, b, true)
module.exports = compareLoose