/home/bdqbpbxa/.nvm/versions/node/v16.20.2/lib/node_modules/npm/node_modules/semver/functions/gt.js
const compare = require('./compare')
const gt = (a, b, loose) => compare(a, b, loose) > 0
module.exports = gt