DuyTa's picture
Upload folder using huggingface_hub
bc20498 verified
raw
history blame
213 Bytes
const 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