Copy

TypeScript Weekly

Issue #104 — August 2, 2019

Retrospective Versioning with Discriminated Unions

How to retrospectively add versioning to an object type using a version property and a discriminated union type.

Basarat Ali Syed

Uncovering TypeScript for C# Developers

A post geared towards C# developers to help them get started building applications with TypeScript.

Tugberk Ugurlu

The Meaning of Union and Intersection Types

Union types and intersection types explained using set theory, shapes, and colors.

Miłosz Piechocki

Wonderland of TypeScript Enums

A summary of enums in TypeScript and how they differ from enums in other languages.

Alex Klaus

Safe Units

Type-safe units of measurement in TypeScript.

Jonah Scheinerman