Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/vercel/hyper
/ valid
Function
valid
bin/yarn-standalone.js:3312–3315 ·
view source on GitHub ↗
(version, loose)
Source
from the content-addressed store, hash-verified
3310
3311
exports.valid = valid;
3312
function
valid(version, loose) {
3313
var
v = parse(version, loose);
3314
return
v ? v.version : null;
3315
}
3316
3317
3318
exports.clean = clean;
Callers
2
validTransformation
Function · 0.85
yarn-standalone.js
File · 0.85
Calls
1
parse
Function · 0.70
Tested by
no test coverage detected