deepmerge
deepmerge copied to clipboard
Null object prototype.
Not sure if this is something we should do, right now we're defaulting to the object prototype which isn't great.
It is actually making it pretty slow. Better use classical prototype pollution solutions.