merge-fp
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

Merge

Merge multiple objects into one.

Node.js Usage

npm install merge-fp --save
var merge = require('merge-fp'), original, cloned;

console.log(merge({one:'hello'}, {two: 'world'}));

Readme

Keywords

none

Package Sidebar

Install

npm i merge-fp

Weekly Downloads

1

Version

1.1.7

License

MIT

Unpacked Size

29.4 kB

Total Files

5

Last publish

Collaborators

  • clyerha