The LM Control website. Simple yet efficient.
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.
Bedirhan Teymur f797452958 where were we? 3 gadus atpakaļ
..
.npmignore where were we? 3 gadus atpakaļ
LICENSE where were we? 3 gadus atpakaļ
README.md where were we? 3 gadus atpakaļ
index.js where were we? 3 gadus atpakaļ
package.json where were we? 3 gadus atpakaļ

README.md

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 © 2013-2017 Jared Hanson <http://jaredhanson.net/>

Sponsor