Copy

TypeScript Weekly

Issue #162 — January 26, 2021

Deprecating Function Signatures Using Function Overloads

This post explains how to deprecate a specific function signature using TypeScript’s function overloads.

Altrim Beqiri

Migrating Puppeteer to TypeScript

An overview of how the DevTools team at Google incrementally migrated the Puppeteer codebase to TypeScript.

Jack Franklin

10 Bad TypeScript Habits to Break This Year

An opinionated list of 10 TypeScript habits that we all should break.

Daniel Bartholomae

TypeScript: Low Maintenance Types

How to write low maintenance TypeScript types that can update themselves if their dependencies or surroundings change.

Stefan Baumgartner