Skip to main content
Module

x/zod/index.ts>z.util.isInteger

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
variable z.util.isInteger
import { z } from "https://deno.land/x/zod@v3.23.7/index.ts";
const { isInteger } = z.util;

type

NumberConstructor["isInteger"]