The Single-Valued Type Pattern for TypeScript

Want flexible, extensible APIs that can work with a many concrete types at runtime? Use this pattern to create APIs that are precisely typed and flexible. Read more

Similar

TypeScript 4.7

Today we’re excited to announce the availability of TypeScript 4.7! If you’re not yet familiar with TypeScript, it’s a language that builds on JavaScript and adds syntax for types. Types help describe what kinds of values you’re working with and what kind... (more…)

Read more »