Skip to main content
Module

x/valibot/mod.ts>SchemaConfig

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

The schema config type.

definition: { lang?: string; message?: ErrorMessage; abortEarly?: boolean; abortPipeEarly?: boolean; skipPipe?: boolean; }