Function wrapGo

  • Adapt a generator function that returns Ior.Go into a function that returns Ior.

    Type Parameters

    Parameters

    • f: ((val) => Ior.Go<A, TReturn>)
        • (val): Ior.Go<A, TReturn>
        • Parameters

          • val: T

          Returns Ior.Go<A, TReturn>

    Returns ((val) => Ior<A, TReturn>)

      • (val): Ior<A, TReturn>
      • Parameters

        • val: T

        Returns Ior<A, TReturn>

Generated using TypeDoc