Urara-Blog/node_modules/.pnpm-store/v3/files/51/af17fd45bd230bfce1bc1375ec9eb1c0bc3dda5b4b7a425c0251c1b275e81544c4abf80246c8372524df40a086557621138a107a9749a9d77c82884f9afbe4
2022-08-14 01:14:53 +08:00

4 lines
217 B
Text

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