TehShrike / deepmerge

A library for deep (recursive) merging of Javascript objects
MIT License
2.75k stars 216 forks source link

Function check added to mergeobject #259

Closed alexk400 closed 1 year ago

alexk400 commented 1 year ago

I added function check to merge object in case merge value is anonymous function , so its results can be merged.

TehShrike commented 1 year ago

Sorry, this is pretty out of scope – if you need this kind of behavior I suggest putting it in a fork specific to the application that needs this kind of behavior.