Type alias Nary<T, R>

Nary<T, R>: ((...args) => R)

Type Parameters

  • T

  • R

Type declaration

    • (...args): R
    • A function that takes any number of arguments.

      Parameters

      • Rest ...args: T[]

      Returns R

Generated using TypeDoc