min

View Source

Summary

Require a number to be greater than or equal to limit.

Signature

function min(limit: number): Check<number>;

Params

limit

The inclusive minimum value

Returns

A Check that enforces the lower bound