toss / es-toolkit

A modern JavaScript utility library that's 2-3 times faster and up to 97% smaller—a major upgrade to lodash.
https://es-toolkit.slash.page
Other
7.1k stars 329 forks source link

Implement `assignIn` #835

Open BasixKOR opened 5 days ago

BasixKOR commented 5 days ago

Lodash: https://lodash.com/docs/4.17.15#assignIn

This method is like _.assign except that it iterates over own and inherited source properties.