Skip to main content
JourneyUncommon
Toggle theme
Sign In
Sign Up
Toggle theme
Home
/
Practice
/
TypeScript
medium
TypeScript
typeof type queries
Single-choice MCQ
Which is the inferred type R?
function f(a: number, b: string) {}\ntype R = Parameters<typeof f>;