????

Your IP : 18.117.80.241


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/functions/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/functions/gte.js

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