Function pipe

  • This is just an alias for the flow function.

    See

    flow

    Parameters

    • Optional Rest ...args: any[]

    Returns ((x: any) => any)

      • (x: any): any
      • Parameters

        • x: any

        Returns any

Generated using TypeDoc