版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

5 wiersze
217 B

  1. // Determine if version is greater than all the versions possible in the range.
  2. const outside = require('./outside')
  3. const gtr = (version, range, options) => outside(version, range, '>', options)
  4. module.exports = gtr