astro-ghostcms/.pnpm-store/v3/files/51/af17fd45bd230bfce1bc1375ec9...

5 lines
217 B
Plaintext

// 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