loulijun2021
2024-05-06 74dec4a295c7ef56aa3ec9c45c12a20c4b95f219
1
2
3
4
// 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