Your IP : 216.73.216.158


Current Path : /home/deltalab/.npm-global/lib/node_modules/pm2/node_modules/semver/functions/
Upload File :
Current File : //home/deltalab/.npm-global/lib/node_modules/pm2/node_modules/semver/functions/rcompare.js

const compare = require('./compare')
const rcompare = (a, b, loose) => compare(b, a, loose)
module.exports = rcompare