@deprecated Use `z.ksuid()` instead.
(params?: string | core.$ZodCheckKSUIDParams)
| 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. */ |
| 502 | // ip(params?: string | (core.$ZodCheckIPv4Params & { version?: "v4" | "v6" })): ZodUnion<[this, this]>; |
| 503 | /** @deprecated Use `z.ipv4()` instead. */ |
no outgoing calls
no test coverage detected