Skip to main content
Module

x/valibot/src/storages/index.ts>getGlobalConfig

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

Returns the global configuration.

Type Parameters

TIssue extends BaseIssue<unknown>

Parameters

optional
config: Config<TIssue>

The config to merge.

Returns

The configuration.