Introduction to Typescript - Chapter 5: Type Assertions
Type assertions are very useful in Typescript and in some cases very necessary. It is also called Type Casting. There are several situations in which we know more about the data than the compiler and we, as developers, assert that we know more and as...
fiftybugsofgrey.hashnode.dev3 min read