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

Method email

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

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

(params?: string | core.$ZodCheckEmailParams)

Source from the content-addressed store, hash-verified

458
459 /** @deprecated Use `z.email()` instead. */
460 email(params?: string | core.$ZodCheckEmailParams): this;
461 /** @deprecated Use `z.url()` instead. */
462 url(params?: string | core.$ZodCheckURLParams): this;
463 /** @deprecated Use `z.jwt()` instead. */

Callers 15

index.tsFile · 0.65
string.test.tsFile · 0.65
error.test.tsFile · 0.65
refine.test.tsFile · 0.65
unions.test.tsFile · 0.65
convertBaseSchemaFunction · 0.65
string.test.tsFile · 0.65
error.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected