您最多选择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