PATH:
opt
/
alt
/
alt-nodejs24
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
semver
/
functions
/
Editing: rcompare.js
'use strict' const compare = require('./compare') const rcompare = (a, b, loose) => compare(b, a, loose) module.exports = rcompare
SAVE
CANCEL