Skip to main content
Deno 2 is finally here 🎉️
Learn more
Module

x/valibot/src/schemas/bigint/bigintAsync.ts>bigintAsync

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

Creates an async bigint schema.

Parameters

optional
pipe: PipeAsync<bigint>

A validation and transformation pipe.

Returns

An async bigint schema.

Creates an async bigint schema.

Parameters

optional
message: ErrorMessage

The error message.

optional
pipe: PipeAsync<bigint>

A validation and transformation pipe.

Returns

An async bigint schema.