flitbit / diff

Javascript utility for calculating deep difference, capturing changes, and applying changes across objects; for nodejs and the browser.
MIT License
2.99k stars 213 forks source link

Struggling to use a custom accumulator in typescript #171

Open chadacious opened 3 years ago

chadacious commented 3 years ago

Still learning typescript, but I can't seem to figure out what is expected for a custom accumulator when in typescript. Would be nice if there was an example available.