Optionaloptions: GeneratorOptions<never>seedToInvalidDataGeneratorConvert 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.
Optionaloptions: GeneratorOptions<never>
seedToInvalidDataGeneratorConvert 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.