Function compose

  • Compose async functions together, in applicative order.

    Parameters

    • Rest ...xs: Function[]

      async functions (f, g)

    Returns Function

    (f o g), or f(g(x))

Generated using TypeDoc