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/eq.js
const compare = require('./compare') const eq = (a, b, loose) => compare(a, b, loose) === 0 module.exports = eq