小小儁爺
2025-05-23 d26ff568b097248861a6cbc13bcf2acc88a54524
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