Const
seedToValidData
Given a seed, generates an single example of valid data.
Valid in this context means that it will always satisfy the zod schema that the seed produces.
To convert a seed to a zod schema, use seedToSchema.
seedToSchema
To convert a seed to a single example of invalid data, use seedToInvalidData.
seedToInvalidData
seedToValidData
Given a seed, generates an single example of valid data.
Valid in this context means that it will always satisfy the zod schema that the seed produces.
To convert a seed to a zod schema, use
seedToSchema
.To convert a seed to a single example of invalid data, use
seedToInvalidData
.