Schema generator class that handles recursive generation of values from any ZodType. This class is responsible for all the complex schema traversal and generation logic.
Readonly
Generate a value from any ZodType schema.
The generated value
Register a custom handler for a specific Zod type.
The factory instance
Register multiple type handlers at once.
Schema generator class that handles recursive generation of values from any ZodType. This class is responsible for all the complex schema traversal and generation logic.