This function checks if a value is defined or not. It performs a strict comparison against undefined.
undefined
The type of the value to check.
The value to check if it is defined.
A type guard indicating whether the value is defined.
Generated using TypeDoc
This function checks if a value is defined or not. It performs a strict comparison against
undefined
.