@vbarbarosh/jsondiffpatch-helpers
v0.0.0
Published
A set of basic functions for working with delta format described in [jsondiffpatch • Delta Format](https://github.com/benjamine/jsondiffpatch/blob/master/docs/deltas.md).
Downloads
441
Readme
A set of basic functions for working with delta format described in jsondiffpatch • Delta Format.
Installation
npm i @vbarbarosh/jsondiffpatch-helpers
Usage
reverse(diff_ab) // will return a diff to produce a from b
unpatch(b, diff_ab) // will return object identical to a