Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

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