TypeScript adds support for Template String types

This PR implements two new features: Read more

Similar

More advanced types with TypeScript generics

Previously, we’ve discussed the basics of TypeScript Generics. This time, we take them to a higher level. In this article, we learn about index types. To do so, we also explore union types, the keyof keyword, and string literal types. Today we also learn ... (more…)

Read more »