merged-objects

1.1.1 • Public • Published

Introduction

This function merges two objects together.

Example

const merge = require('merged-objects');

const first = {
    isProd: false
};

const second = {
    logs: true;
}

const merged = merge(first, second);
/**
 *  {
 *   isProd: false,
 *   logs: true
 *  }
 * /

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.1.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.1.1
    1
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i merged-objects

Weekly Downloads

1

Version

1.1.1

License

MIT

Unpacked Size

2.47 kB

Total Files

4

Last publish

Collaborators

  • sanzhar.dan