Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/edc/mapcat
/ makeNormalize
Function
makeNormalize
example/almond.js:149–153 ·
view source on GitHub ↗
(relName)
Source
from the content-addressed store, hash-verified
147
}
148
149
function
makeNormalize(relName) {
150
return
function
(name) {
151
return
normalize(name, relName);
152
};
153
}
154
155
function
makeLoad(depName) {
156
return
function
(value) {
Callers
1
almond.js
File · 0.85
Calls
1
normalize
Function · 0.85
Tested by
no test coverage detected