stringEmpty<T> function
Validate that the string is empty
Implementation
IEskValidator stringEmpty<T>() => stringLength([isLte(0)]) > "String to be empty";
Validate that the string is empty
IEskValidator stringEmpty<T>() => stringLength([isLte(0)]) > "String to be empty";