Type.NonNullable
Type.NonNullable(type as type) as type
Returns the non nullable
type from the type
.
Return the non nullable type of type nullable number
.
Usage
Type.NonNullable(type nullable number)
Output
type number
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Type.NonNullable(type as type) as type
Returns the non nullable
type from the type
.
Return the non nullable type of type nullable number
.
Usage
Type.NonNullable(type nullable number)
Output
type number