Tryag File Manager
Home
||
Turbo Force
||
B-F Config_Cpanel
Current none :
/
proc
/
thread-self
/
root
/
usr
/
share
/
nodejs
/
semver
/
functions
/
Or
Select Your none :
Upload File :
New :
File
Dir
//proc/thread-self/root/usr/share/nodejs/semver/functions/rcompare.js
const compare = require('./compare') const rcompare = (a, b, loose) => compare(b, a, loose) module.exports = rcompare