Type Alias Func<TArgs, KReturn>

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

Type Parameters

  • TArgs = any
  • KReturn = any