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

Method uuid

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

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

(params?: string | core.$ZodCheckUUIDParams)

Source from the content-addressed store, hash-verified

468 guid(params?: string | core.$ZodCheckGUIDParams): this;
469 /** @deprecated Use `z.uuid()` instead. */
470 uuid(params?: string | core.$ZodCheckUUIDParams): this;
471 /** @deprecated Use `z.uuid()` instead. */
472 uuidv4(params?: string | core.$ZodCheckUUIDParams): this;
473 /** @deprecated Use `z.uuid()` instead. */

Callers 13

string.test.tsFile · 0.65
convertBaseSchemaFunction · 0.65
string.test.tsFile · 0.65
error.test.tsFile · 0.65
union.test.tsFile · 0.65
schemas.tsFile · 0.65
he.test.tsFile · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected