@deprecated Use `z.ipv6()` instead.
(params?: string | core.$ZodCheckIPv6Params)
| 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. */ |
| 508 | cidrv4(params?: string | core.$ZodCheckCIDRv4Params): this; |
| 509 | /** @deprecated Use `z.cidrv6()` instead. */ |
no outgoing calls
no test coverage detected