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

Method cidrv6

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

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

(params?: string | core.$ZodCheckCIDRv6Params)

Source from the content-addressed store, hash-verified

508 cidrv4(params?: string | core.$ZodCheckCIDRv4Params): this;
509 /** @deprecated Use `z.cidrv6()` instead. */
510 cidrv6(params?: string | core.$ZodCheckCIDRv6Params): this;
511 /** @deprecated Use `z.e164()` instead. */
512 e164(params?: string | core.$ZodCheckE164Params): this;
513

Callers 3

convertBaseSchemaFunction · 0.80
string.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected