TypeScript is a powerful language, and today we are going to dive into one of the most important and fundamental features that it provides. Generics allows us to pass types as parameters to almost any structure: type, interface, function, class or ev...
murashow.hashnode.dev5 min read
That's exactly that I was looking for, thx
Yomi Olaoye
This is really helpful.