Home > @infiniteobjects/core-library-node > Assert > notNill
Returns true if value is not null or undefined
Signature:
static notNill<T>(value: T | null | undefined): value is T;
| Parameter | Type | Description |
|---|---|---|
| value | T | null | undefined |
Returns:
value is T