Preview: gtr.js
Size: 231 B
//proc/thread-self/root/opt/alt/alt-nodejs24/root/lib/node_modules/npm/node_modules/semver/ranges/gtr.js
'use strict'
// 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