Remix
Remix
remix/data-schema/checks · FunctionView Source

min

Summary

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

Signature

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

Parameters

limit

The inclusive minimum value

Returns

A Check that enforces the lower bound