Type assertions in TypeScript

1 · Axel Rauschmayer · June 6, 2020, 4:03 a.m.
This blog post is about type assertions in TypeScript, which are related to type casts in other languages and performed via the as operator. [Read rest of post]...