My Learning Curve

Feed / Total TypeScript

An `unknown` can't always fix an `any` (article)

Friday, July 14, 2023

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.

Read original article ↗