validateStringLength
validateStringLength(
value,maxLength,label):void
Defined in: src/validation.ts:83
Assert that a string does not exceed maxLength characters.
Parameters
Section titled “Parameters”string
maxLength
Section titled “maxLength”number
string
Returns
Section titled “Returns”void