isNotEmpty
Checks if a value is not empty. Complement of isEmpty.
Usage
isNotEmpty(value: string | object)
Checks if a value is not empty. Complement of isEmpty.
Parameters
valuestring | objectrequired
the value to test.
Returns
whether the supported value contains at least one element or own enumerable property.