Type alias Binary<T, U, R>

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

Type Parameters

  • T

  • U

  • R

Type declaration

    • (x, y): R
    • A function that takes exactly two arguments.

      Parameters

      • x: T
      • y: U

      Returns R

Generated using TypeDoc