system-prompts-and-models-o.../unified-ai-platform/node_modules/utils-merge
dopeuni444 b5a22951ae nhj
more
2025-07-31 12:23:33 +04:00
..
.npmignore nhj 2025-07-31 12:23:33 +04:00
LICENSE nhj 2025-07-31 12:23:33 +04:00
package.json nhj 2025-07-31 12:23:33 +04:00
README.md nhj 2025-07-31 12:23:33 +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