import { type SafeIntegerValidation } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Safe integer validation type.
Properties
requirement: (input: TInput) => boolean
The validation function.
x/valibot/mod.ts>SafeIntegerValidation
import { type SafeIntegerValidation } from "https://deno.land/x/valibot@v0.30.0/mod.ts";
Safe integer validation type.
The validation function.