MCPcopy 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]
89export const map = f => x => x.map(f);
90
91// :: (a => boolean) => [a] => a|undefined
92export const find = f => x => x.find(f);

Callers 1

runInjectionsMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected