Skip to content

cheminfo-js/sum-object-keys

Repository files navigation

sum-object-keys

NPM version build status Test coverage npm download

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

import sum from 'sum-object-keys';

const result = sum(a,b);
// result is ...
sum(target, ...sources);

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published