-
-
Notifications
You must be signed in to change notification settings - Fork 2
function_merge
Wesley de Groot edited this page Oct 23, 2015
·
31 revisions
_ _____
| | / ____|
| | | (___
_ | | \___ \
______ _ | |__| | ____) |
|______| (_) \____/ |______/
merge objects to one
- @param object [object] Wrapper
- @param object obj1 Object to merge
- @param object obj2 Object to merge
- @return object
- @example _.merge(obj1, obj2);
| Type | @var | Description | Required |
| object | [object] | Wrapper | Optional |
| object | obj1 | Object | Required |
| object | obj2 | Object | Required |
Array
© Wesley de Groot • CC-BY 4.0 • WDGWV