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

Function clean

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

Source from the content-addressed store, hash-verified

5587
5588exports.clean = clean
5589function clean (version, options) {
5590 var s = parse(version.trim().replace(/^[=v]+/, ''), options)
5591 return s ? s.version : null
5592}
5593
5594exports.SemVer = SemVer
5595

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…