Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 405 Bytes

type-nonnullable.md

File metadata and controls

29 lines (19 loc) · 405 Bytes
description title
Learn more about: Type.NonNullable
Type.NonNullable

Type.NonNullable

Syntax

Type.NonNullable(type as type) as type

About

Returns the non nullable type from the type.

Example 1

Return the non nullable type of type nullable number.

Usage

Type.NonNullable(type nullable number)

Output

type number