@deprecated Use `z.uuid()` instead.
(params?: string | core.$ZodCheckUUIDParams)
| 474 | uuidv6(params?: string | core.$ZodCheckUUIDParams): this; |
| 475 | /** @deprecated Use `z.uuid()` instead. */ |
| 476 | uuidv7(params?: string | core.$ZodCheckUUIDParams): this; |
| 477 | /** @deprecated Use `z.nanoid()` instead. */ |
| 478 | nanoid(params?: string | core.$ZodCheckNanoIDParams): this; |
| 479 | /** @deprecated Use `z.guid()` instead. */ |
no outgoing calls
no test coverage detected