Function compose

  • Composes mapper functions into a single function.

    Type Parameters

    • T

    Parameters

    • Rest...fs: Mapper<T>[]

      The composed mapper functions.

    Returns Mapper<T>