????

Your IP : 18.189.30.7


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/semver/ranges/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/semver/ranges/gtr.js

// Determine if version is greater than all the versions possible in the range.
const outside = require('./outside')
const gtr = (version, range, options) => outside(version, range, '>', options)
module.exports = gtr