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

5 lines
217 B
Plaintext
Raw Normal View History

2024-02-14 14:10:47 +00:00
// 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