sum-object-keys

1.0.2 • Public • Published

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);

API Documentation

License

MIT

/sum-object-keys/

    Package Sidebar

    Install

    npm i sum-object-keys

    Weekly Downloads

    81

    Version

    1.0.2

    License

    MIT

    Last publish

    Collaborators

    • targos
    • lpatiny
    • cheminfo-bot
    • stropitek