The LM Control website. Simple yet efficient.
Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
lmc_development 7934d35ba3 moving to new nodeJS server il y a 4 ans
..
.npmignore moving to new nodeJS server il y a 4 ans
LICENSE moving to new nodeJS server il y a 4 ans
README.md moving to new nodeJS server il y a 4 ans
index.js moving to new nodeJS server il y a 4 ans
package.json moving to new nodeJS server il y a 4 ans

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