An open API service indexing awesome lists of open source software.

https://github.com/maximilianmairinger/fastobjectdiff

Flat and deep object diffs with filers.
https://github.com/maximilianmairinger/fastobjectdiff

deep diff fast filter flat object variable

Last synced: 11 months ago
JSON representation

Flat and deep object diffs with filers.

Awesome Lists containing this project

README

          

# Fast object diff

Flat and deep object diffs with filers.

> Please note that Fast object diff is currently under development and not yet suited for production

## Installation

```shell
$ npm i fast-object-diff
```

## Usage

```ts
import fastObjectDiff from "fast-object-diff"

fastObjectDiff()
```

## Contribute

All feedback is appreciated. Create a pull request or write an issue.