The specific ZodType to check for (based on def.type)
Value to test
Whether the value is ZodType-like
Returns true if the given value looks like a Zod v4 schema, determined by
the presence of an internal z.core.$ZodTypeDef field.
Note: This relies on Zod's internal shape and is intended for runtime discrimination within this library.
Value to test
Whether the value is ZodType-like
Returns
trueif the given value looks like a Zod v4 schema, determined by the presence of an internal z.core.$ZodTypeDef field.Note: This relies on Zod's internal shape and is intended for runtime discrimination within this library.