PATH:
opt
/
alt
/
alt-nodejs22
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
semver
/
ranges
'use strict' const Range = require('../classes/range') const validRange = (range, options) => { try { // Return '*' instead of '' so that truthiness works. // This will throw if it's invalid anyway return new Range(range, options).range || '*' } catch (er) { return null } } module.exports = validRange
[-] to-comparators.js
[open]
[-] ltr.js
[open]
[+]
..
[-] subset.js
[open]
[-] gtr.js
[open]
[-] valid.js
[open]
[-] intersects.js
[open]
[-] outside.js
[open]
[-] max-satisfying.js
[open]
[-] simplify.js
[open]
[-] min-satisfying.js
[open]
[-] min-version.js
[open]