ya-merge

1.0.1 • Public • Published

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 }

Package Sidebar

Install

npm i ya-merge

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

4.26 kB

Total Files

8

Last publish

Collaborators

  • liksu