jsondiffpatch
jsondiffpatch copied to clipboard
Any TypeScript examples available?
Is there a place where I can find any usages with typescript for this library? Like just the basic import and diffing.
Thanks!
Typescript definitions can be found in index.d.ts, so you just import { diff } from 'jsondiffpatch' as in pure javascript examples.