Merges multiple objects in order into the first argument. It mutates the target! Arrays are merged naively using === equality.
Keys that are explicitly set to undefined among sources are dropped from the target object.
undefined
Optional
Merges multiple objects in order into the first argument. It mutates the target! Arrays are merged naively using === equality.
Keys that are explicitly set to
undefinedamong sources are dropped from the target object.