listEmpty<T> function
Validate that the list is empty
Implementation
IEskValidator listEmpty<T>() => listLength<T>([isLte(0)]) > "List to be empty";
Validate that the list is empty
IEskValidator listEmpty<T>() => listLength<T>([isLte(0)]) > "List to be empty";