A set of basic functions for working with delta format described in jsondiffpatch • Delta Format.
npm i @vbarbarosh/jsondiffpatch-helpers
reverse(diff_ab) // will return a diff to produce a from b
unpatch(b, diff_ab) // will return object identical to a