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