Preparing search index...
The search index is not available
Airship Core
Airship Core
assert
Function assert
assert
<
T
>
(
condition
,
message
?
)
:
asserts
condition
Throws an error if the provided value is false or nil.
Type Parameters
T
Parameters
condition
:
T
Optional
message
:
string
Returns
asserts
condition
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
Airship Core
Loading...
Throws an error if the provided value is false or nil.