• Takes a funcation of any arity and returns a curried function that ignores all but the first two parameters.

    Type Parameters

    • T

    • R

    Parameters

    Returns ((x) => ((y) => R))

      • (x): ((y) => R)
      • Parameters

        • x: T

        Returns ((y) => R)

          • (y): R
          • Parameters

            • y: T

            Returns R

    Alias

    curry2

Generated using TypeDoc