source:
trip-planner-front/node_modules/semver/ranges/gtr.js@
59329aa
Last change on this file since 59329aa was 6a3a178, checked in by , 3 years ago | |
---|---|
|
|
File size: 217 bytes |
Rev | Line | |
---|---|---|
[6a3a178] | 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 |
Note:
See TracBrowser
for help on using the repository browser.