????
Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/functions/ |
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/functions/rcompare.js |
const compare = require('./compare') const rcompare = (a, b, loose) => compare(b, a, loose) module.exports = rcompare