Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/schemas/null/nullAsync.ts>NullSchemaAsync

The modular and type safe schema library for validating structural data 🤖
Go to Latest
type alias NullSchemaAsync
import { type NullSchemaAsync } from "https://deno.land/x/valibot@v0.24.0/src/schemas/null/nullAsync.ts";

Null schema async type.

Type Parameters

optional
TOutput = null
definition: BaseSchemaAsync<null, TOutput> & { type: "null"; message: ErrorMessage; }