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

Creates a set schema.

Type Parameters

TSetValue extends BaseSchema

Parameters

value: TSetValue

The value schema.

optional
pipe: Pipe<SetOutput<TSetValue>>

A validation and transformation pipe.

Creates a set schema.

Type Parameters

TSetValue extends BaseSchema

Parameters

value: TSetValue

The value schema.

optional
error: string

The error message.

optional
pipe: Pipe<SetOutput<TSetValue>>

A validation and transformation pipe.