CoolFace
Apppublic

strong-tie/inbound-calls

sourceHugging Faceupdated 2y agoView on Hugging Face
0likes
ltr.js5 linesDownload Raw Back to ranges
1const outside = require('./outside')2// Determine if version is less than all the versions possible in the range3const ltr = (version, range, options) => outside(version, range, '<', options)4module.exports = ltr5