mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-05 12:09:30 +08:00
4 lines
217 B
Text
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
|