Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing R.unnest #89

Closed
agriffis opened this issue Dec 5, 2022 · 3 comments
Closed

Missing R.unnest #89

agriffis opened this issue Dec 5, 2022 · 3 comments

Comments

@agriffis
Copy link
Contributor

agriffis commented Dec 5, 2022

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

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

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

@selfrefactor
Copy link
Owner

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

@selfrefactor
Copy link
Owner

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
Copy link
Owner

published with 9.1.0

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants