Skip to content

Liksu/ya-merge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ya-merge

Yet another deep merge function

Install

npm install --save ya-merge

Or

<script src="https://liksu.github.io/ya-merge/index.js"></script>

Example

import merge from "ya-merge";

const a = {foo: 1}
const b = {bar: 2}
const c = {baz: 3}

console.log(merge(a, b, c)) // { foo: 1, bar: 2, baz: 3 }

About

Yet another deep merge function

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published