Function toFulfilment

  • Function toFulfilment takes an array or iterable of any values T and returns a SettledRight<T>[].

    Returns

    an array of SettledRight<T>.

    Type Parameters

    • T

    Parameters

    • list: Iterable<T>

      an array or iterable of any values T

    Returns SettledRight<T>[]

Generated using TypeDoc v0.23.24