extend
Extends the target object with props from the source object, overwriting identically named props in target with those from source, ignoring null and undefined values; similar to $.extend. Performs a deep extend by default, unless deep = false is passed as the third arg.
Parameters
Returns
[key: string]: any
Function defined in common/src/util.ts:339