MCPcopy Create free account
hub / github.com/ctrlplusb/react-injectables / filter

Function filter

src/utils.js:30–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28
29// :: (a -> boolean) => [a] => [a]
30export const filter = f => x => x.filter(f);
31
32// :: (a -> boolean) => [a] => [a]
33export const all = f => x => {

Callers 3

runInjectionsMethod · 0.90
withoutFunction · 0.85
withoutAllFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected