Skip to main content
Module

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

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

Returns the global configuration.

Type Parameters

TIssue extends BaseIssue<unknown>

Parameters

optional
config: Config<TIssue>

The config to merge.

Returns

The configuration.