Skip to content

Func

Func<A, R> = (…args: A[]) => R

Defined in: function-types.ts:42

Func is a generic function type: (…args) => result.

Type ParameterDefault type
Aany
Rany
ParameterType
argsA[]

R