Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NativeScript/NativeScript
/ normalizeValue
Function
normalizeValue
packages/core/fetch/index.mjs:57–62 ·
view source on GitHub ↗
(value)
Source
from the content-addressed store, hash-verified
55
}
56
57
function
normalizeValue(value) {
58
if
(typeof value !==
"string"
) {
59
value = String(value);
60
}
61
return
value;
62
}
63
64
// Build a destructive iterator for the value list
65
function
iteratorFor(items) {
Callers
1
index.mjs
File · 0.85
Calls
1
String
Class · 0.50
Tested by
no test coverage detected