import { integer } from "https://deno.land/x/valibot@v0.19.0/src/index.ts";
Creates a validation function that validates whether a number is an integer.
Parameters
optional
error: ErrorMessageThe error message.
import { integer } from "https://deno.land/x/valibot@v0.19.0/src/index.ts";
Creates a validation function that validates whether a number is an integer.
The error message.