Optional
options: GeneratorOptions<never>seedToInvalidDataGenerator
Convert a seed into an invalid data generator.
Invalid in this context means that it will never satisfy the valibot schema that the seed produces.
To convert a seed to a valibot schema, use seedToSchema
.
To convert a seed to an valid data generator, use
seedToValidDataGenerator
.
Optional
options: GeneratorOptions<never>
seedToInvalidDataGenerator
Convert a seed into an invalid data generator.
Invalid in this context means that it will never satisfy the valibot schema that the seed produces.
To convert a seed to a valibot schema, use
seedToSchema
.To convert a seed to an valid data generator, use
seedToValidDataGenerator
.