Reconstructing TypeScript, part 2: functions and function types

Jake Donham > Technical Difficulties > Reconstructing TypeScript, part 2… Read more

Similar

Keyof and Mapped Types in TypeScript 2.1

In the last few months, I’ve been playing with both Flow and TypeScript as tools for increasing the quality and reliability of the JavaScript I write at Olo. Both of these are syntax that sits on top of normal JavaScript to add type analysis—basically...

Read more »

TypeScript 5.3 Released

Today we’re excited to announce the release of TypeScript 5.3! If you’re not familiar with TypeScript, it’s a language that adds type syntax to JavaScript to bring type-checking. Type-checking can catch all sorts of issues like typos and forgetting to che... (more…)

Read more »