Type Alias: Undefinable\<T>
Undefinable\<
T> =T|undefined
Defined in: core/src/lib/Types.ts:45
Given any type T, returns the union type T and undefined.
Type Parameters
T
T
The type that will be made undefinable.
Undefinable\<
T> =T|undefined
Defined in: core/src/lib/Types.ts:45
Given any type T, returns the union type T and undefined.
T
The type that will be made undefinable.