• Returns the instance of Monoid about concatenating the promise computations.

    Type Parameters

    • T

    Parameters

    • identity: T

      The identity of T that used as a default value.

    Returns Monoid<Promise<T>>

    The instance of Monoid for Promise<T>.

Generated using TypeDoc