Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScriptinferSingle-choice MCQ

Which is the inferred type R?

type R = (() => string) extends () => infer U ? U : never;