Skip to content

Graphorin API reference v0.7.0


Graphorin API reference / @graphorin/tools / / isZodV3Schema

Function: isZodV3Schema()

ts
function isZodV3Schema(value): value is ZodV3Like;

Defined in: packages/tools/src/schema/to-json-schema.ts:87

true when value is a Zod v3 classic schema instance.

Parameters

ParameterType
valueunknown

Returns

value is ZodV3Like