Programming

TypeScript

Exploring template literal types in TypeScript

Follow me along as I explore two new features of TypeScript 4.1, template literal types and recursive conditional types. All this to create a typed version of a function that reads data from an API.

Read