zx.SchemaGenerator
A zod schema generator that can be interpreted to produce an arbitrary zod schema (v4, classic).
zod
The generator supports a wide range of configuration options that are discoverable via the optional options argument.
options
Many of those options are forwarded to the corresponding fast-check arbitrary.
fast-check
See also:
zx.SeedGenerator
// TODO Copy
// TODO
zx.SchemaGeneratorA zod schema generator that can be interpreted to produce an arbitrary
zodschema (v4, classic).The generator supports a wide range of configuration options that are discoverable via the optional
optionsargument.Many of those options are forwarded to the corresponding
fast-checkarbitrary.See also:
zx.SeedGeneratorExample