Who is this for?
- Devs looking for utilities that treat data types generically. For example, common-fp has a `mapValues` function that takes an array, object, Map, or Set and returns a new instance of the data type passed in.
- Devs interested in functional utilities without the jargon. In my expe...
Stories by waphil
## Who is this for?<p>1) Devs looking for utilities that treat data types generically. For example, `mapValues` takes an array, object, Map or Set and returns a new instance.<p>2) Devs interested in functional utilities without the jargon. Utilities are named in plain English, there's no curry...