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

Method uuidv4

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

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

(params?: string | core.$ZodCheckUUIDParams)

Source from the content-addressed store, hash-verified

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. */
474 uuidv6(params?: string | core.$ZodCheckUUIDParams): this;
475 /** @deprecated Use `z.uuid()` instead. */

Callers 2

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

Calls

no outgoing calls

Tested by

no test coverage detected