????

Your IP : 3.15.164.223


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/lte.js

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