Skip to content

Documentation / @agentick/core / isZod3Schema

Function: isZod3Schema()

isZod3Schema(value): boolean

Defined in: kernel/src/schema.ts:95

Check if value is a Zod 3 schema. Zod 3 has _def.typeName but no ~standard property.

Parameters

value

unknown

Returns

boolean

Released under the ISC License.