es-toolkit icon indicating copy to clipboard operation
es-toolkit copied to clipboard

Provide alternative data last, curried api

Open adrian-gierakowski opened this issue 1 year ago • 1 comments
trafficstars

Like in lodash/fp ramda (and offshoots) or ts-belt

adrian-gierakowski avatar Jul 11 '24 19:07 adrian-gierakowski

Hello, we will support this feature soon.

raon0211 avatar Jul 18 '24 14:07 raon0211

Over 12 months later. Any movement of the this?

impurist avatar Jul 24 '25 18:07 impurist

Anyone looking for a functional utility library - Common FP is my solution which focuses on supporting multiple data types. For example mapValues maps over the values of an array, object, Map or Set and returns a new instance of that type. The function names are in plain english, so newcomers aren't confused with terms like identity function.

It also comes with an in-browser playground to try it out

olsonpm avatar Sep 03 '25 14:09 olsonpm