stringEmpty<T> function

IEskValidator stringEmpty<T>()

Validate that the string is empty

Implementation

IEskValidator stringEmpty<T>() => stringLength([isLte(0)]) > "String to be empty";