All activity
A curated list of ready-to-use (functional programming) array filter functions in JavaScript and TypeScript (TS / ESM / CJS).
fp-filters allows you to stop rewriting the same code over and over again and greatly improves readability. So that you will probably never write another filter function 🚀! fp-filters functions are designed API-first and leveraging high-order predicates are super easy to use and to combine.

fp-filters (JavaScript / TypeScript)A curated list of JS/TS ready-to-use array filters
Pierluigi Pesentileft a comment
A curated collection of 130+ common-use filter functions that are written (and can be used) in a functional programming style. 🧠 How is this helpful? fp-filters allows you to stop rewriting the same code over and over again and greatly improves readability. So that you will probably never write another filter function 🚀! Examples A few random examples of the 130+ functions available in...

fp-filters (JavaScript / TypeScript)A curated list of JS/TS ready-to-use array filters
