Skip to main content

Home > blockly > utils > object

utils.object namespace

Functions

FunctionDescription
deepMerge(target, source)Complete a deep merge of all members of a source object with a target object. N.B. This is not a very sophisticated merge algorithm and does not handle complex cases. Use with caution.