Create a validator that checks if the string is no less than n characters long.
n
A validator that checks if the string is at least n characters long.
The minimum length of the string.
The error message to use if the string is too short.
Generated using TypeDoc
Create a validator that checks if the string is no less than
n
characters long.Returns
A validator that checks if the string is at least
n
characters long.