// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs22
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
semver
/
functions
[ PARENT ]
EDIT :: gt.js
'use strict' const compare = require('./compare') const gt = (a, b, loose) => compare(a, b, loose) > 0 module.exports = gt
SAVE
CANCEL