effect-io-ai

Package: effect
Module: Arbitrary

Arbitrary.make

Returns a fast-check Arbitrary for the A type of the provided schema.

Signature

declare const make: <A, I, R>(schema: Schema.Schema<A, I, R>) => FastCheck.Arbitrary<A>

Source

Since v3.10.0