Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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]
30
export
const
filter = f => x => x.filter(f);
31
32
// :: (a -> boolean) => [a] => [a]
33
export
const
all = f => x => {
Callers
3
runInjections
Method · 0.90
without
Function · 0.85
withoutAll
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected