Skip to content

validateStringLength

validateStringLength(value, maxLength, label): void

Defined in: src/validation.ts:83

Assert that a string does not exceed maxLength characters.

string

number

string

void