選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
Noelle 9399a942b5 first commit 4年前
..
.npmignore first commit 4年前
LICENSE first commit 4年前
README.md first commit 4年前
index.js first commit 4年前
package.json first commit 4年前

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