Preview: gtr.js
Size: 231 B
/home/byroehnu/.trash/node_modules11/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