๐Ÿ“ฆ zannager / MERN-Stack-bootcamp

๐Ÿ“„ ltr.js ยท 5 lines
1
2
3
4
5const outside = require('./outside')
// Determine if version is less than all the versions possible in the range
const ltr = (version, range, options) => outside(version, range, '<', options)
module.exports = ltr