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

Method guid

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

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

(params?: string | core.$ZodCheckGUIDParams)

Source from the content-addressed store, hash-verified

466 emoji(params?: string | core.$ZodCheckEmojiParams): this;
467 /** @deprecated Use `z.guid()` instead. */
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. */

Callers 3

string.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected