Function flow

  • Creates a function composition from a given set of functions that will be each applied on the result of the previous one from left to right.

    Returns

    A new function that applies each given function on the result of the previous one.

    Parameters

    • Optional Rest ...args: Function<any>[]

      The set of functions to apply.

    Returns Function

Generated using TypeDoc