????

Your IP : 3.144.41.22


Current Path : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/node_modules/semver/ranges/
Upload File :
Current File : C:/inetpub/vhost/binhdinhinvest.gdtvietnam.com/api/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