Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
TypeScript
medium
TypeScript
conditional-type distribution
Single-choice MCQ
1 views
Which is the inferred type T?
type T = Extract<"a" | "b", "b">;