---
title: min
source: https://github.com/remix-run/remix/blob/remix@3.0.0-beta.3/packages/data-schema/src/lib/checks.ts#L78
---

# min

## Summary

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

## Signature

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

```

## Parameters

### `limit`

The inclusive minimum value

## Returns

A [`Check`](/api/remix/data-schema/type/Check/) that enforces the lower bound