Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/valibot/mod.ts>Config

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

Config type.

Type Parameters

TIssue extends BaseIssue<unknown>

Properties

readonly
optional
lang: string

The selected language.

readonly
optional
message: ErrorMessage<TIssue>

The error message.

readonly
optional
abortEarly: boolean

Whether it was abort early.

readonly
optional
abortPipeEarly: boolean

Whether the pipe was abort early.