import { type IntegerValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Integer validation type.
definition: BaseValidation<TInput> & { type: "integer"; requirement: (input: TInput) => boolean; }
import { type IntegerValidation } from "https://deno.land/x/valibot@v0.24.0/src/index.ts";
Integer validation type.