goliatone / gextend

Simple Object extend helper module

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add merge to handle arrays

goliatone opened this issue · comments

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.