Pibd-21_Alekseev_I.S._Inter.../IP/node_modules/utils-merge
VanyaAlekseev c91124ead4 lab3
2023-12-21 21:08:22 +04:00
..
.npmignore lab3 2023-12-21 21:08:22 +04:00
index.js lab3 2023-12-21 21:08:22 +04:00
LICENSE lab3 2023-12-21 21:08:22 +04:00
package.json lab3 2023-12-21 21:08:22 +04:00
README.md lab3 2023-12-21 21:08:22 +04:00

utils-merge

Version Build Quality Coverage Dependencies

Merges the properties from a source object into a destination object.

Install

$ npm install utils-merge

Usage

var a = { foo: 'bar' }
  , b = { bar: 'baz' };

merge(a, b);
// => { foo: 'bar', bar: 'baz' }

License

The MIT License

Copyright (c) 2013-2017 Jared Hanson <http://jaredhanson.net/>

Sponsor