3 Advanced TypeScript features
When it comes to TypeScript, there are three features I wanted to share with you that I found pretty cool.
For my examples, I used TypeScript Playground.
Conditional Types
Conditional types were something I found extremely cool, being able to conditi...
tigerabrodi.blog2 min read
Vignesh M
Breaking keyboards
Great Tips Tiger. Never heard about the template literal types, that can be really handy when dealing with units.