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

Method jwt

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

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

(params?: string | core.$ZodCheckJWTParams)

Source from the content-addressed store, hash-verified

462 url(params?: string | core.$ZodCheckURLParams): this;
463 /** @deprecated Use `z.jwt()` instead. */
464 jwt(params?: string | core.$ZodCheckJWTParams): this;
465 /** @deprecated Use `z.emoji()` instead. */
466 emoji(params?: string | core.$ZodCheckEmojiParams): this;
467 /** @deprecated Use `z.guid()` instead. */

Callers 7

string.test.tsFile · 0.65
convertBaseSchemaFunction · 0.65
string.test.tsFile · 0.65
union.test.tsFile · 0.65
string.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected