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

# null_

## Summary

Create a schema that accepts `null`.

## Signature

```ts
function null_(): Schema<unknown, null>;

```

## Returns

A schema that produces `null`