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

Method cidrv4

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

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

(params?: string | core.$ZodCheckCIDRv4Params)

Source from the content-addressed store, hash-verified

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. */
510 cidrv6(params?: string | core.$ZodCheckCIDRv6Params): this;
511 /** @deprecated Use `z.e164()` instead. */

Callers 3

convertBaseSchemaFunction · 0.80
string.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected