import { bigintAsync } from "https://deno.land/x/valibot@v0.30.0/src/schemas/index.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: ErrorMessageThe error message.
optional
pipe: PipeAsync<bigint>A validation and transformation pipe.
Returns
An async bigint schema.