Current Path : /opt/alt/alt-nodejs22/root/lib/node_modules/npm/node_modules.bundled/semver/functions/ |
Current File : //opt/alt/alt-nodejs22/root/lib/node_modules/npm/node_modules.bundled/semver/functions/gt.js |
const compare = require('./compare') const gt = (a, b, loose) => compare(a, b, loose) > 0 module.exports = gt