Function composeRight

  • Compose async functions together, such that result is piped forward.

    Parameters

    • Rest ...xs: Function[]

      async functions (f, g)

    Returns Function

    (f ▷ g), or g(f(x))

Generated using TypeDoc