• create try functions wrapper

    the wrapper will try runners one by one, return the successful value, or the last error

    Type Parameters

    • R

    Parameters

    Returns (...args: any[]) => R

    5.18.0