stack

Home > @infiniteobjects/core-library > Assert > notNill

Assert.notNill() method

Returns true if value is not null or undefined

Signature:

static notNill<T>(value: T | null | undefined): value is T;

Parameters

Parameter Type Description
value T | null | undefined  

Returns:

value is T