- 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.
- Related terms: Type · CSS Naked Day · MIME type · Type assertion
- Previous term: NAK
- Next term: Name binding
- Random term: JavaScript Style Sheets (webglossary.info/random 🎲)