You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
tomholub
changed the title
It would be safer to use unknown instead of any everywhere, I'll make another issue.
use unknown instead of any
Apr 20, 2019
TypeScript is always returning any from catch blocks and this is not configurable, so switching everything to unknown is not convenient until microsoft/TypeScript#26174 is fixed.
It would be safer to use
unknown
instead ofany
everywhere, I'll make another issue.Originally posted by @tomholub in #1657 (comment)
The text was updated successfully, but these errors were encountered: