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

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

Type Parameters

  • T

  • U

  • V

  • R

Type declaration

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

      Parameters

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

      Returns R

Generated using TypeDoc