js-util

Home > rc-js-util > _Array > isNotEmpty

_Array.isNotEmpty property

Returns true if the argument is not null, undefined or empty. Type narrows to TArray where true.

Signature:

static readonly isNotEmpty: typeof arrayIsNotEmpty;

Remarks

See arrayIsNotEmpty().