mfrcc

1.0.1 • Public • Published

mfrcc

a little functional library

  • map
  • filter
  • reduce
  • compose
  • curryN

five functions that can transform how you think about code.

In JavaScript, there are three built in functions for arrays:

map, filter, and reduce these functions can provide great value, but when you learn compose and add a little curry to these functions they can create a new vocabulary on how you think about writing code.

When working with data, we are constantly working with collections and objects, these functions are building blocks for managing data.

Documentation

FAQ

  • Why another utility library?
  • Why not add function xyz to your lib?

Extras

Other libraries

Readme

Keywords

none

Package Sidebar

Install

npm i mfrcc

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

13.6 kB

Total Files

19

Last publish

Collaborators

  • twilson63