Undefined
Undefined<Type>
Undefined<Type>
A generic type Undefined
indicates generic type variable Type
as undefined
. It takes generic type variable Type
causing other types than undefined
its change to never
.
undefined.type.ts
Generic type variables
Type
Type
Generic type variable that cannot be different than undefined
.
Last updated