Skip to main content
Journey Uncommon Logo
JourneyUncommon
mediumTypeScripttypeof type queriesSingle-choice MCQ

Which is the inferred type R?

function f(a: number, b: string) {}\ntype R = Parameters<typeof f>;