Skip to content
This repository was archived by the owner on May 28, 2018. It is now read-only.

unctionjs/selectValues

Repository files navigation

NOTE: This library has been deprecated in favor of unction/selectByValue

@unction/selectValues

Tests Stability Dependencies

PredicateFunctionType => FunctorType => FunctorType

Given a predicate and a functor it returns a functor of the same type containing values that returned true for the predicate.

selectValues(isOdd)([1, 2, 3, 4]) // [1, 3]

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published