DeepFrontend
Learning Paths
Practice
System Design & DS
Design Studio
Data Structures Curriculum
Real-World Case Studies
Careers
Job Board
Resume Builder
Blog
Sign in
Search
⌘K
Go Pro
Loading compiler resources...
TypeScript Quiz Practice
Active Recall Drill Session
← Exit Session
Question 1 of 1
hard
TypeScript
What does wrapping a generic function parameter's type in NoInfer<T> do?
A
It prevents the parameter from accepting any value
B
It excludes that parameter from contributing to T's inference, while still checking the argument against the already-inferred T
C
It makes the parameter optional
D
It disables type-checking for that parameter entirely
Check Answer