Log in Register Dashboard Temp Share Shortlinks Frames API

cody - HTMLify profile

cody's Profile Picture

cody

4270 Files

634705 Views

Latest files of /cody/Khushigupta8/Hotel-Management-Webpage/node_modules/utils-merge

README.md cody/Khushigupta8/Hotel-Management-Webpage/node_modules/utils-merge/README.md
133 Views
0 Comments
# utils-merge

[![Version](https://img.shields.io/npm/v/utils-merge.svg?label=version)](https://www.npmjs.com/package/utils-merge)
[![Build](https://img.shields.io/travis/jaredhanson/utils-merge.svg)](https://travis-ci.org/jaredhanson/utils-merge)
[![Quality](https://img.shields.io/codeclimate/github/jaredhanson/utils-merge.svg?label=quality)](https://codeclimate.com/github/jaredhanson/utils-merge)
[![Coverage](https://img.shields.io/coveralls/jaredhanson/utils-merge.svg)](https://coveralls.io/r/jaredhanson
index.js cody/Khushigupta8/Hotel-Management-Webpage/node_modules/utils-merge/index.js
129 Views
0 Comments
/**
* Merge object b with object a.
*
* var a = { foo: 'bar' }
* , b = { bar: 'baz' };
*
* merge(a, b);
* // => { foo: 'bar', bar: 'baz' }
LICENSE cody/Khushigupta8/Hotel-Management-Webpage/node_modules/utils-merge/LICENSE
178 Views
0 Comments
Media file
package.json cody/Khushigupta8/Hotel-Management-Webpage/node_modules/utils-merge/package.json
115 Views
0 Comments
{
"name": "utils-merge",
"version": "1.0.1",
"description": "merge() utility function",
"keywords": [
"util"
],
"author": {