A JavaScript library to work with deep object modifications.
Sometimes doing deep object modifications is quite difficult and not so performatic. Deep Operations gives a collection of modular functions to work with operations like:
- Deep object merge
- Deep array concatenation
- Deep object differentiation
- And many others
Documentation can be found here.
Using npm:
npm install deep-operations
Using yarn:
yarn add deep-operations
This project was built with TypeScript library starter.
More information later...