utils-merge (1.0.1)
Published 2026-02-24 14:08:10 +00:00 by atheaadmin
Installation
registry=npm install utils-merge@1.0.1"utils-merge": "1.0.1"About this package
utils-merge
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
Copyright (c) 2013-2017 Jared Hanson <http://jaredhanson.net/>
Dependencies
Development Dependencies
| ID | Version |
|---|---|
| chai | 1.x.x |
| make-node | 0.3.x |
| mocha | 1.x.x |
Keywords
util