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.21.0/mod.ts";

Creates a set schema.

Type Parameters

TValue extends BaseSchema

Parameters

value: TValue

The value schema.

optional
pipe: Pipe<SetOutput<TValue>>

A validation and transformation pipe.

Returns

SetSchema<TValue>

A set schema.

Creates a set schema.

Type Parameters

TValue extends BaseSchema

Parameters

value: TValue

The value schema.

optional
message: ErrorMessage

The error message.

optional
pipe: Pipe<SetOutput<TValue>>

A validation and transformation pipe.

Returns

SetSchema<TValue>

A set schema.