-
Notifications
You must be signed in to change notification settings - Fork 29
Add Dict.map #179
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
Comments
For reference, the implementation of |
Oh yeah, that definitely sounds like a good idea. Care to PR? |
Should we call it Also, https://lodash.com/docs/4.17.15#mapKeys can be handy as well |
I added |
I was migrating a library to use
@rescript/core
and was unable to find an alternative forJs.Dict.map
in either Belt or this library. Should it be added?The text was updated successfully, but these errors were encountered: