isDefined
Public Function
Get whether a value is not undefined.
Parameters
Name | Description |
---|---|
|
The value to check. |
Returns
value is typeof value extends undefined ? never : T
Public Function
Get whether a value is not undefined.
Name | Description |
---|---|
|
The value to check. |
value is typeof value extends undefined ? never : T