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

Method url

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

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

(params?: string | core.$ZodCheckURLParams)

Source from the content-addressed store, hash-verified

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. */
464 jwt(params?: string | core.$ZodCheckJWTParams): this;
465 /** @deprecated Use `z.emoji()` instead. */

Callers 13

string.test.tsFile · 0.65
convertBaseSchemaFunction · 0.65
string.test.tsFile · 0.65
url.test.tsFile · 0.65
stringToURLFunction · 0.65
he.test.tsFile · 0.65
uz.test.tsFile · 0.65

Calls

no outgoing calls

Tested by 1

stringToURLFunction · 0.52