effect-ts-laws
    Preparing search index...

    Function stringKeyRecord

    • Build an arbitrary record with arbitrary string keys and values built from the given arbitrary.

      Type Parameters

      • T

      Parameters

      • value: Arbitrary<T>

        Arbitrary for the record values.

      Returns Arbitrary<Record<string, T>>

      Arbitrary record.