mockdeep / typewiz

Automatically discover and add missing types in your TypeScript code
https://medium.com/@urish/manual-typing-is-no-fun-introducing-typewiz-58e3e8813f4c
1.1k stars 46 forks source link

Calculate type coverage #46

Closed urish closed 6 years ago

urish commented 6 years ago

Add a function that calculates the type coverage for your TypeScript program. This should assist in measuring the progress when adding new types to an existing code base, thus should be useful for typewiz users.