Roast topics
Find topics
Roast it!
Roast topics
Find topics
Find it!
Login
From:
Total TypeScript
(Uncensored)
subscribe
An `unknown` can't always fix an `any` (article)
https://www.totaltypescript.com/an-unknown-cant-always-fix-an-any
links
backlinks
Any `any` is a cause for concern because it disables type checking on the thing it's assigned to. This article explores the best way to avoid them in your code.