sodiray / radash

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

Proposal: `set()` function which modifies the original object #352

Open evur opened 12 months ago

evur commented 12 months ago

It would be good to have a function like set() which modifies the original object. Something like with() would be more fitting for the current set().

Also see: #350