Skip to main content
Module

x/valibot/mod.ts>booleanAsync

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

Creates an async boolean schema.

Parameters

optional
pipe: PipeAsync<boolean>

A validation and transformation pipe.

Returns

An async boolean schema.

Creates an async boolean schema.

Parameters

optional
error: string

The error message.

optional
pipe: PipeAsync<boolean>

A validation and transformation pipe.

Returns

An async boolean schema.