MCPcopy Create free account
hub / github.com/npm/node-semver / isNullSet

Function isNullSet

classes/range.js:240–240  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

238const BUILDSTRIPRE = new RegExp(src[t.BUILD], 'g')
239
240const isNullSet = c => c.value === '<0.0.0-0'
241const isAny = c => c.value === ''
242
243// take a set of comparators and determine whether there

Callers 2

constructorMethod · 0.85
parseRangeMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected