Type alias BinaryPartial<T, U, R>

BinaryPartial<T, U, R>: ((x, y?) => R)

Type Parameters

  • T

  • U

  • R

Type declaration

    • (x, y?): R
    • A function that takes up to two arguments.

      Parameters

      • x: T
      • Optional y: U

      Returns R

Generated using TypeDoc