jsondiffpatch icon indicating copy to clipboard operation
jsondiffpatch copied to clipboard

jsondiffpatch.dateReviver not present in typescript types

Open jakubzloczewski opened this issue 6 years ago • 0 comments

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']

jakubzloczewski avatar Jun 27 '18 11:06 jakubzloczewski