Skip to main content

4 docs tagged with "generics"

View all tags

Generic constraints

In this chapter, you learn how to add constraints to generics, plus generic classes and interfaces.

Generics basics

In this chapter, you learn about generics, one of TypeScript's signature features.

Mapped Types and Conditional Types

In this chapter, you learn about TypeScript's advanced type features, Mapped Types and Conditional Types. Once you understand them, you can create your own utility types.

Utility types

In this chapter, you learn about the utility types built into TypeScript.