Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ctrlplusb/react-injectables
/ withoutAll
Function
withoutAll
src/utils.js:46–49 ·
view source on GitHub ↗
(toRemove)
Source
from the content-addressed store, hash-verified
44
45
// :: [a] -> [a] -> [a]
46
export
const
withoutAll = (toRemove) => (point) =>
47
filter(
48
(x) => all(y => !Object.is(x, y))(toRemove)
49
)(point);
50
51
// :: a -> [b]
52
export
const
uniqBy = x => y => {
Callers
2
registerInjectable
Method · 0.90
containsUniq
Function · 0.85
Calls
2
filter
Function · 0.85
all
Function · 0.85
Tested by
no test coverage detected