521 B
521 B
Home > @apextoaster/js-utils > doesExist
doesExist() function
Check if a variable is not nil.
Signature:
export declare function doesExist<T>(val: Optional<T>): val is T;
Parameters
Parameter | Type | Description |
---|---|---|
val | Optional<T> |
Returns:
val is T