101arrowz / fflate

High performance (de)compression in an 8kB package
https://101arrowz.github.io/fflate
MIT License
2.27k stars 79 forks source link

TypeScript: `err` should be typed as `FlateError | null` #95

Closed authereal closed 2 years ago

authereal commented 3 years ago

For TypeScript projects that have the strictNullChecks TypeScript flag enabled

101arrowz commented 3 years ago

Thanks for the bug report, will fix this in the next release.

101arrowz commented 2 years ago

Fixed in v0.7.2.