Module

x/zod/index.ts>z.ZodString#ip

TypeScript-first schema validation with static type inference
Extremely Popular
Latest
method z.ZodString.prototype.ip
import { z } from "https://dotland.deno.dev/x/zod@v3.23.8/index.ts";
const { ZodString } = z;

Parameters

optional
options: string | { version?: "v4" | "v6"; message?: string; }