MCPcopy
hub / github.com/colinhacks/zod / ipv6

Method ipv6

packages/zod/src/v4/classic/schemas.ts:506–506  ·  view source on GitHub ↗

@deprecated Use `z.ipv6()` instead.

(params?: string | core.$ZodCheckIPv6Params)

Source from the content-addressed store, hash-verified

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. */

Callers 7

convertBaseSchemaFunction · 0.80
string.test.tsFile · 0.80
string.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected