Skip to main content
Module

x/valibot/mod.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.11.1/mod.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
error: string

The error message.

optional
pipe: PipeAsync<bigint>

A validation and transformation pipe.

Returns

An async bigint schema.