Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctrlplusb/react-injectables
/ map
Function
map
src/utils.js:89–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
88
// :: (a => b) => [a] => [b]
89
export
const
map = f => x => x.map(f);
90
91
// :: (a => boolean) => [a] => a|undefined
92
export
const
find = f => x => x.find(f);
Callers
1
runInjections
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected