jsondiffpatch
jsondiffpatch copied to clipboard
jsondiffpatch.dateReviver not present in typescript types
Hi, I'm using Typescript in my project and after installation (yarn install jsondiffpatch) I found that index.d.ts is present but dateReviver type is not present.
My workaround is to use this notation: jsondiffpatch['dateReviver']