PIbd-21_Danilov_V.V._Intern.../Lab3/node_modules/utils-merge
Владимир Данилов 83490711d5 отчет
2023-12-19 20:23:11 +04:00
..
.npmignore отчет 2023-12-19 20:23:11 +04:00
index.js отчет 2023-12-19 20:23:11 +04:00
LICENSE отчет 2023-12-19 20:23:11 +04:00
package.json отчет 2023-12-19 20:23:11 +04:00
README.md отчет 2023-12-19 20:23:11 +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