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

Method e164

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

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

(params?: string | core.$ZodCheckE164Params)

Source from the content-addressed store, hash-verified

510 cidrv6(params?: string | core.$ZodCheckCIDRv6Params): this;
511 /** @deprecated Use `z.e164()` instead. */
512 e164(params?: string | core.$ZodCheckE164Params): this;
513
514 // ISO 8601 checks
515 /** @deprecated Use `z.iso.datetime()` instead. */

Callers 3

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

Calls

no outgoing calls

Tested by

no test coverage detected