@deprecated Use `z.xid()` instead.
(params?: string | core.$ZodCheckXIDParams)
| 496 | // jsonString(params?: string | core.$ZodCheckJSONStringParams): this; |
| 497 | /** @deprecated Use `z.xid()` instead. */ |
| 498 | xid(params?: string | core.$ZodCheckXIDParams): this; |
| 499 | /** @deprecated Use `z.ksuid()` instead. */ |
| 500 | ksuid(params?: string | core.$ZodCheckKSUIDParams): this; |
| 501 | // /** @deprecated Use `z.ipv4()` or `z.ipv6()` instead. */ |
no outgoing calls
no test coverage detected