Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Invocable<T, R>

Type parameters

  • T

    the type of arguments this function expects

  • R

    the return type of this function

Hierarchy

  • Invocable

Callable

  • Invocable(...args: T[]): R
  • Represents a callable function.

    Parameters

    • Rest ...args: T[]

    Returns R