????

Your IP : 3.140.199.3


Current Path : C:/inetpub/vhost/invest.gdtsolutions.vn/api/node_modules/semver/ranges/
Upload File :
Current File : C:/inetpub/vhost/invest.gdtsolutions.vn/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