@deprecated Use `z.uuid()` instead.
(params?: string | core.$ZodCheckUUIDParams)
| 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. */ |
no outgoing calls
no test coverage detected