sodiray / radash

Functional utility library - modern, simple, typed, powerful
https://radash-docs.vercel.app
MIT License
4.1k stars 160 forks source link

Similar to `objectify`, to return `Map` #401

Open omid opened 3 months ago

omid commented 3 months ago

Sometimes it's recommended to use Map instead of Record, and the keys are not limited to number | string | symbol.

So it makes sense to have another set of functions to use Maps.

gperdomor commented 3 months ago

a mapify function 🤔

omid commented 3 months ago

Yes, and if it is used in any other functions which accept or return Record

Aryan-mor commented 3 months ago

Yes, it will be good

aleclarson commented 1 month ago

Hey, @omid @Aryan-mor @gperdomor. This suggestion was implemented over at radashi-org/radashi. It'd be great to have your support. You can use it today by installing radashi@beta. An official release is pending.