@conglomerate/extend
v1.2.0
Published
extend an object by appending all of the properties from each object in a list
Downloads
21
Readme
conglomerate-extend
Etend is a basic utility library which allows you to extend an object by appending all of the properties from each object in a list. When there are identical properties, the right-most property takes precedence.
Thanks
Thanks to Jake Verbaten
Thanks to Sauce Labs for providing the infrastructure that allows us to run our build in real browsers.
License
conglomerate-extend is released under the terms of the MIT and BSD-3-Clause licenses.
This software includes or is derivative of works distributed under the licenses listed below. Please refer to the specific files and/or packages for more detailed information about the authors, copyright notices, and licenses.
- Jake Verbaten's xtend is is released under the terms of the MIT license.