Type Alias Func<TArgs, KReturn>

Func: (...args: TArgs[]) => KReturn

Type Parameters

  • TArgs = any
  • KReturn = any

Type declaration