Your IP : 216.73.216.52


Current Path : /proc/thread-self/root/var/www/recommendations/www/node_modules/semver/functions/
Upload File :
Current File : //proc/thread-self/root/var/www/recommendations/www/node_modules/semver/functions/gte.js

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