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