Type alias Fof<TReturn, TArgs>

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

Type Parameters

  • TReturn extends any = void

  • TArgs extends any[] = []

Type declaration

    • (...args): TReturn
    • FoF - Short for Function of - a generic type for function

      Parameters

      • Rest ...args: TArgs

      Returns TReturn

Generated using TypeDoc