Your IP : 216.73.217.13


Current Path : /usr/lib/node_modules/pm2/node_modules/@pm2/agent/node_modules/semver/functions/
Upload File :
Current File : //usr/lib/node_modules/pm2/node_modules/@pm2/agent/node_modules/semver/functions/gt.js

const compare = require('./compare')
const gt = (a, b, loose) => compare(a, b, loose) > 0
module.exports = gt