• The same as seq but accepts a function that gets run after each error and using that erro decides if continue to try next functions.

    Returns

    • whatever gets returned from given functions

    Type Parameters

    • T

    Parameters

    • earlyBreaker: undefined | EarlyBreaker

      function that decides about early breaking the sequential run

    • Rest ...args: Args<T>

      functions to run, you can either pass them as many arguments or just single arguments with array

    Returns Promise<T>

Generated using TypeDoc