jsondiffpatch icon indicating copy to clipboard operation
jsondiffpatch copied to clipboard

Any TypeScript examples available?

Open Tagman opened this issue 4 years ago • 1 comments

Is there a place where I can find any usages with typescript for this library? Like just the basic import and diffing.

Thanks!

Tagman avatar Apr 03 '21 11:04 Tagman

Typescript definitions can be found in index.d.ts, so you just import { diff } from 'jsondiffpatch' as in pure javascript examples.

xamgore avatar Apr 15 '21 15:04 xamgore