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

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

There is a newer version: 7.6.3
Show newest version
// Determine if version is greater than all the versions possible in the range.
const outside = require('./outside')
const gtr = (version, range, options) => outside(version, range, '>', options)
module.exports = gtr




© 2015 - 2024 Weber Informatics LLC | Privacy Policy