Stay organized with collections Save and categorize content based on your preferences.

blockly > utils > object

utils.object namespace

Functions

Function Description
deepMerge(target, source) Complete a deep merge of all members of a source object with a target object.
inherits(childCtor, parentCtor) Inherit the prototype methods from one constructor into another.
mixin(target, source) Copies all the members of a source object to a target object.
values(obj) Returns an array of a given object's own enumerable property values.