Type alias Fof<TReturn, TArgs>

Fof<TReturn, TArgs>: ((...args) => TReturn)

FoF - Short for Function of - a generic type for function

Type Parameters

  • TReturn extends any = void

  • TArgs extends any[] = []

Type declaration