Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

IpVersion

import type { IpVersion } from "https://esm.sh/zod@3.25.76/index.d.cts";
type IpVersion = "v4" | "v6";

§Type

§
"v4" | "v6"
[src]