Open Tagman opened 3 years ago
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.
index.d.ts
import { diff } from 'jsondiffpatch'
Is there a place where I can find any usages with typescript for this library? Like just the basic import and diffing.
Thanks!