isNotEmpty function

IEskValidator isNotEmpty()

Checks whether the given value is not empty

Implementation

IEskValidator isNotEmpty() => stringLength([isGt(0)]);