In this blog post, we examine how we can test types in TypeScript:
- First, we look at the library
asserttt
and the CLI toolts-expect-error
. - Then, we consider which functionality could be built into TypeScript.
In this blog post, we examine how we can test types in TypeScript:
asserttt
and the CLI tool ts-expect-error
.