Skip to main content
Module

x/valibot/mod.ts>custom

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

Creates a custom validation function.

Parameters

requirement: (input: TInput) => boolean

The validation function.

optional
error: string

The error message.