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