PreviousNext

TypeScript 2.8: Conditional Types

by bill-s, 2019-01-13T03:09:24.449Z

TypeScript 2.8 introduced conditional types, a powerful and exciting addition to the type system. Conditional types let us express non-uniform type mappings, that is, type transformations that differ depending on a condition.

Read More