Interface ICallable<T, U>

Represents any function

interface ICallable<T, U> ((...args) => U)

Type Parameters

  • T extends any[] = any
  • U = any
  • Parameters

    • Rest ...args: T

    Returns U