LetrecLooselyTypedTie: ((key) => Arbitrary<unknown>)

Type declaration

    • (key): Arbitrary<unknown>
    • Loosely typed type for the tie function passed by letrec to the builder function we pass to it. You may want also want to use its strongly typed version LetrecTypedTie.

      Parameters

      • key: string

      Returns Arbitrary<unknown>

      Remarks

      Since 3.0.0

Generated using TypeDoc