Skip to main content
Journey Uncommon Logo
JourneyUncommon
hardTypeScriptconditional typesSingle-choice MCQ

Which is the inferred type R?

type R = number[] extends readonly number[] ? true : false;