Generics in TypeScript: A Complete Guide (Part 2)
Feb 8, 2024 · 8 min read · In the previous part of this blog, we learned what generics are and how to use them in functions. In this part, we will see how to use generics in types, and how to give default values to generic types. How to use generics in types Generics are not o...
Join discussion



