
Advanced type inference with generics in TypeScript
26-06-2020
Matthijs Bon
So you have probably heard of TypeScript and the awesome features it brings, such as interfaces, variable typing and more. Maybe you have even heard of generics, and more advanced types, such as the Index Types and Mapped Types. In this blog I want to show you how advanced types helped us get better autocompletion in more complex situations.
6 min.