TypeScript: Any, Unknown and Never
In this blog, we'll explore some unique TypeScript annotations. We will look at the functioning of type annotations and learn a bit about them.
1. any
Anyis like an escape hatch; it can be used when you are not sure about a type. When you use any typ...
techblog.geekyants.com2 min read