MCPcopy Create free account
hub / github.com/Azure/powershell / valid

Function valid

lib/index.js:5583–5586  ·  view source on GitHub ↗
(version, options)

Source from the content-addressed store, hash-verified

5581
5582exports.valid = valid
5583function valid (version, options) {
5584 var v = parse(version, options)
5585 return v ? v.version : null
5586}
5587
5588exports.clean = clean
5589function clean (version, options) {

Callers

nothing calls this directly

Calls 1

parseFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…