selfrefactor / rambdax

Extended version of Rambda
https://selfrefactor.github.io/rambdax
MIT License
221 stars 26 forks source link

Missing R.unnest #89

Closed agriffis closed 1 year ago

agriffis commented 1 year ago

Not a big deal, but would be nice for conversion from Ramda.

R.unnest = R.chain(R.identity)

https://ramdajs.com/docs/#unnest

selfrefactor commented 1 year ago

I do agree. I will add it in the next release.

selfrefactor commented 1 year ago

It is done, but TS definitions will be worse than those of @types/ramda because it is using ts-toolbelt, while Rambda is not using it in order to have simpler and easier to maintain TS code.

selfrefactor commented 1 year ago

published with 9.1.0