Skip to content

Extremely fast function optimized for deep merging json-serializable plain objects.

License

Notifications You must be signed in to change notification settings

fabiospampinato/plain-object-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Plain Object Merge

Extremely fast function optimized for deep merging json-serializable plain objects.

Install

npm install plain-object-merge

Usage

import merge from 'plain-object-merge';

// Let's merge some objects together

merge ([
  { deep: { foo: 123 } },
  { deep: { bar: 123 } }
]); // => { deep: { foo: 123, bar: 123 } }

License

MIT © Fabio Spampinato

About

Extremely fast function optimized for deep merging json-serializable plain objects.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 3

  •  
  •  
  •