Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScriptconditional-type distributionSingle-choice MCQ1 views

Which is the inferred type T?

type T = Extract<"a" | "b", "b">;