first commit + some progress

This commit is contained in:
2026-07-11 11:09:21 -04:00
commit bdce663939
1153 changed files with 279035 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
'use strict'
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