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

x/valibot/mod.ts>custom

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

Creates a custom schema.

Parameters

check: Check

The type check function.

Returns

CustomSchema<TInput, undefined>

A custom schema.

Creates a custom schema.

Type Parameters

TInput
optional
TMessage extends ErrorMessage<CustomIssue> | undefined = ErrorMessage<CustomIssue> | undefined

Parameters

check: Check

The type check function.

message: TMessage

The error message.