mmertalagoz d6d07f009f socket io try | пре 4 година | |
---|---|---|
.. | ||
.travis.yml | пре 4 година | |
LICENSE | пре 4 година | |
README.md | пре 4 година | |
index.js | пре 4 година | |
package.json | пре 4 година |
Merges the properties from a source object into a destination object.
$ npm install utils-merge
var a = { foo: 'bar' }
, b = { bar: 'baz' };
merge(a, b);
// => { foo: 'bar', bar: 'baz' }
$ npm install
$ npm test
Copyright (c) 2013 Jared Hanson <http://jaredhanson.net/>