MCPcopy
hub / github.com/npm/node-semver / isAny

Function isAny

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

Source from the content-addressed store, hash-verified

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
244// exists a version which can satisfy it

Callers 1

constructorMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected