Skip to main content
Module

x/valibot/mod.ts>set

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

Creates a set schema.

Parameters

value: TValue

The value schema.

optional
pipe: Pipe<SetOutput<TValue>>

A validation and transformation pipe.

Returns

A set schema.

Creates a set schema.

Parameters

value: TValue

The value schema.

optional
message: ErrorMessage

The error message.

optional
pipe: Pipe<SetOutput<TValue>>

A validation and transformation pipe.

Returns

A set schema.