Ensures that given value is not undefined and not null for the remainder of the containing scope.
value
undefined
null
Any value.
Optional
Optional message or message creation function.
Generated using TypeDoc
Ensures that given
value
is notundefined
and notnull
for the remainder of the containing scope.