import { bigint } from "https://deno.land/x/valibot@v0.28.1/src/schemas/bigint/index.ts";
Creates a bigint schema.
Parameters
optional
pipe: Pipe<bigint>A validation and transformation pipe.
Returns
A bigint schema.
Creates a bigint schema.
Parameters
optional
message: ErrorMessageThe error message.
optional
pipe: Pipe<bigint>A validation and transformation pipe.
Returns
A bigint schema.