Package: effect Module: Arbitrary
effect
Arbitrary
Returns a fast-check Arbitrary for the A type of the provided schema.
A
Signature
declare const make: <A, I, R>(schema: Schema.Schema<A, I, R>) => FastCheck.Arbitrary<A>
Source
Since v3.10.0