sum-object-keys
Combine objects while summing same keys.
In-place modification of the first object passed to the function.
Installation
$ npm install --save sum-object-keys
Usage
; const result = ;// result is ...
sum(target, ...sources);
Combine objects while summing same keys.
In-place modification of the first object passed to the function.
$ npm install --save sum-object-keys
; const result = ;// result is ...
sum(target, ...sources);
npm i sum-object-keys
70
1.0.2
MIT