Ask a question to get started
Enter to sendā¢Shift+Enter new line
Backward compatible isZodSchema for Zod 3
isZodSchema< RunOutput extends Record<string, unknown> = Record<string, unknown> >( schema: Record<string, unknown> | ZodType<RunOutput, ZodTypeDef, RunOutput> ): schema is ZodType<RunOutput, ZodTypeDef, RunOutput>
schema
Record<string, unknown> | ZodType<RunOutput, ZodTypeDef, RunOutput>