Home > rc-js-util > _Array > isNotEmpty
Returns true if the argument is not null, undefined or empty. Type narrows to TArray where true.
TArray
Signature:
static readonly isNotEmpty: typeof arrayIsNotEmpty;
See arrayIsNotEmpty().