View Source
Require a number to be less than or equal to limit.
limit
function max(limit: number): Check<number>;
The inclusive maximum value
A Check that enforces the upper bound
Check