import { type BigintSchema } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Bigint schema type.
definition: BaseSchema<bigint, TOutput> & { type: "bigint"; message: ErrorMessage; pipe: Pipe<bigint> | undefined; }
import { type BigintSchema } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Bigint schema type.