Your IP : 216.73.216.52


Current Path : /var/www/fidelitychain/wwwOLD/node_modules/semver/ranges/
Upload File :
Current File : /var/www/fidelitychain/wwwOLD/node_modules/semver/ranges/ltr.js

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