- A TypeScript term for a type parameter that appears directly in a conditional type, not wrapped in another type construct such as
Array<T>or[T]. A naked type parameter triggers distributive behavior: TypeScript evaluates the conditional type separately for each member of a union.
This term is sponsored by: your name/company?
- Previous term: NAK
- Next term: Name binding
- Random term: Command-Line Interface (webglossary.info/random 🎲)