Skip to main content
Module

x/valibot/src/methods/index.ts>config

The modular and type safe schema library for validating structural data 🤖
Extremely Popular
Go to Latest
function config
import { config } from "https://deno.land/x/valibot@v0.39.0/src/methods/index.ts";

Changes the local configuration of a schema.

Type Parameters

TSchema extends BaseSchema<unknown, unknown, BaseIssue<unknown>> | BaseSchemaAsync<unknown, unknown, BaseIssue<unknown>>

Parameters

schema: TSchema

The schema to configure.

The parse configuration.

Returns

The configured schema.