goliatone / gextend

Simple Object extend helper module
MIT License
0 stars 0 forks source link

Add merge to handle arrays #7

Open goliatone opened 5 years ago

goliatone commented 5 years ago

Currently arrays will overwrite one another, we might want to handle this differently by either adding a flag to merge arrays or to take in a function to handle array merging.

This has the potential to break things so either put behind a flag or make it a non default behavior.