NotUndefined
NotUndefined<Type>
NotUndefined<Type>
A generic type NotUndefined
represents any type instead of undefined
. It takes generic type variable Type
constrained by undefined
which constraint causes its change to never
.
not-undefined.type.ts
Generic type variables
Type
Type
A generic type Type
that is never undefined
.
Last updated