View Source
Require a string to be at most length characters long.
length
function maxLength(length: number): Check<string>;
The maximum number of characters
A Check that enforces the maximum length
Check