MCPcopy
hub / github.com/colinhacks/zod / ksuid

Method ksuid

packages/zod/src/v4/classic/schemas.ts:500–500  ·  view source on GitHub ↗

@deprecated Use `z.ksuid()` instead.

(params?: string | core.$ZodCheckKSUIDParams)

Source from the content-addressed store, hash-verified

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. */

Callers 4

convertBaseSchemaFunction · 0.80
string.test.tsFile · 0.80
string.test.tsFile · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected