Skip to content

Repository files navigation

@unction/rejectByValue

Tests Stability Dependencies

PredicateFunctionType => Array | Set | Record<string | number | symbol, B> | Map<B, A> | string => Array | Set | Record<string | number | symbol, B> | Map<B, A> | string

Takes an enumerable and a predicate, returning an enumerable with items that returned false from the predicate.

rejectByValue(type("Number"))([1, "A", 2, "B"]) // ["A", "B"]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

Packages

Used by

Contributors

Languages