The LM Control website. Simple yet efficient.
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
lmc_development 7934d35ba3 moving to new nodeJS server před 4 roky
..
.npmignore moving to new nodeJS server před 4 roky
LICENSE moving to new nodeJS server před 4 roky
README.md moving to new nodeJS server před 4 roky
index.js moving to new nodeJS server před 4 roky
package.json moving to new nodeJS server před 4 roky

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