plantain-00/type-coverage

`--ignore-catch` for `Promise.catch`

Kaciras opened this issue · 1 comments

Promise.catch could be considered as another form of try-catch, should we ignore it with --ignore-catch?

https://github.com/plantain-00/type-coverage#ignore-catch

You can add arbitrary type annotation forPromise.catch, so it's unnecessary.