Your IP : 216.73.216.91


Current Path : /var/node/inatote/Inatote-Backend/node_modules/semver/ranges/
Upload File :
Current File : /var/node/inatote/Inatote-Backend/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