• Takes a function of any arity and returns a function that ignores all but the first parameter.

    Type Parameters

    • T

    • R

    Parameters

    Returns ((x) => R)

      • (x): R
      • Parameters

        • x: T

        Returns R

Generated using TypeDoc