wima
Preparing search index...
assert
Function assert
assert
<
T
>
(
test
:
T
,
message
:
string
)
:
asserts
test
is
NonNullable
<
T
>
Throws an error if the supplied test is null or undefined.
Type Parameters
T
Parameters
test
:
T
message
:
string
Returns
asserts
test
is
NonNullable
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
wima
Loading...
Throws an error if the supplied test is null or undefined.