Asserts that a value is not undefined or null.
undefined
null
The type of the value to check.
The value to check.
Asserts that the value is not undefined or null.
If the value is undefined or null.
Asserts that a value is not
undefined
ornull
.