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