Skip to content

Documentation / @agentick/kernel / isZod4Schema

Function: isZod4Schema() ​

isZod4Schema(value): boolean

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

Check if value is a Zod 4 schema. Zod 4 implements Standard Schema with vendor "zod".

Parameters ​

value ​

unknown

Returns ​

boolean

Released under the ISC License.