All Downloads are FREE. Search and download functionalities are using the official Maven repository.

package.ranges.ltr.js Maven / Gradle / Ivy

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy