Preview: gtr.js
Size: 217 B
/proc/self/root/opt/alt/alt-nodejs20/root/usr/lib/node_modules/npm/node_modules/semver/ranges/gtr.js
// 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
Directory Contents
Dirs: 0 × Files: 11