effect-ts-laws
    Preparing search index...

    Function testLawSets

    • Test a list of LawSets. This is exactly like testLaws but accepts a list of LawSets rather than a single one.

      Parameters

      Returns (...sets: LawSet[]) => void

        • (...sets: LawSet[]): void
        • Parameters

          • ...sets: LawSet[]

            The law sets to test.

          Returns void