Skip to main content
Module

x/valibot/mod.ts>NeverSchemaAsync

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
interface NeverSchemaAsync
implements BaseSchemaAsync<never>
Re-export
import { type NeverSchemaAsync } from "https://deno.land/x/valibot@v0.30.0/mod.ts";

Never schema async type.

Properties

type: "never"

The schema type.

message: ErrorMessage | undefined

The error message.