@graphix/merge
v0.1.1
Published
Merge javascript objects (`{}`) DEEPLY (recursively). It also checks the equality of input objects.
Downloads
24
Maintainers
Keywords
Readme
Merge
Merge javascript objects like
Object.assign()
but DEEPLY (recursively). It also checks the equality of input objects.
Installation
npm i @graphix/merge
or using yarn
:
yarn add @graphix/merge
Usage
Coming ...
License
MIT © Mir-Ismaili