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