Skip to main content
Module

x/valibot/mod.ts>setAsync

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

Creates an async set schema.

Parameters

value: TSetValue

The value schema.

optional
pipe: PipeAsync<SetOutput<TSetValue>>

A validation and transformation pipe.

Returns

An async set schema.

Creates an async set schema.

Parameters

value: TSetValue

The value schema.

optional
error: ErrorMessage

The error message.

optional
pipe: PipeAsync<SetOutput<TSetValue>>

A validation and transformation pipe.

Returns

An async set schema.