Skip to main content
Module

x/valibot/mod.ts>UndefinedSchema

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
type alias UndefinedSchema
Re-export
import { type UndefinedSchema } from "https://deno.land/x/valibot@v0.11.0/mod.ts";

Undefined schema type.

Type Parameters

optional
TOutput = undefined
definition: BaseSchema<undefined, TOutput> & { schema: "undefined"; }