I added missing annotations to index.d.ts to make it usable in TypeScript projects with strictLibChecks: true.
I've also added a small script to package.json to test it, and included @itkg-mbaumann's PR, because my changes are not really useful without his.
Hi :wave:
I added missing annotations to
index.d.ts
to make it usable in TypeScript projects withstrictLibChecks: true
. I've also added a small script to package.json to test it, and included @itkg-mbaumann's PR, because my changes are not really useful without his.