effect-ts-laws
    Preparing search index...

    Type Alias UnderlyingArbitrary<Fa>

    UnderlyingArbitrary: Fa extends fc.Arbitrary<infer A> ? A : never

    Extract the underlying type of the given arbitrary.

    Type Parameters

    • Fa extends fc.Arbitrary<unknown>