View Source
Require a number to be greater than or equal to limit.
limit
function min(limit: number): Check<number>;
The inclusive minimum value
A Check that enforces the lower bound
Check