Type alias Ternary<T, U, V, R>

Ternary<T, U, V, R>: ((x, y, z) => R)

Type Parameters

  • T

  • U

  • V

  • R

Type declaration

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

      Parameters

      • x: T
      • y: U
      • z: V

      Returns R

Generated using TypeDoc