@deprecated Use `z.ipv4()` instead.
(params?: string | core.$ZodCheckIPv4Params)
| 502 | // ip(params?: string | (core.$ZodCheckIPv4Params & { version?: "v4" | "v6" })): ZodUnion<[this, this]>; |
| 503 | /** @deprecated Use `z.ipv4()` instead. */ |
| 504 | ipv4(params?: string | core.$ZodCheckIPv4Params): this; |
| 505 | /** @deprecated Use `z.ipv6()` instead. */ |
| 506 | ipv6(params?: string | core.$ZodCheckIPv6Params): this; |
| 507 | /** @deprecated Use `z.cidrv4()` instead. */ |
no outgoing calls
no test coverage detected