Deeply assign the enumerable properties of source objects to a destination object.
-
Updated
Feb 24, 2022 - JavaScript
Deeply assign the enumerable properties of source objects to a destination object.
Assign the enumerable es6 Symbol properties from an object (or objects) to the first object passed on the arguments. Can be used as a supplement to other extend, assign or merge methods as a polyfill for the Symbols part of the es6 `Object.assign` method.
Javascript coding examples.
Add a description, image, and links to the enumerable-properties topic page so that developers can more easily learn about it.
To associate your repository with the enumerable-properties topic, visit your repo's landing page and select "manage topics."