| Current Path : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/sharp/node_modules/semver/functions/ |
| Current File : /var/www/uibuilder.cmshelp.dk/httpdocs/node_modules/sharp/node_modules/semver/functions/lte.js |
const compare = require('./compare')
const lte = (a, b, loose) => compare(a, b, loose) <= 0
module.exports = lte