Func
Func<
A,R> = (…args:A[]) =>R
Defined in: function-types.ts:42
Func is a generic function type: (…args) => result.
Type Parameters
Section titled “Type Parameters”| Type Parameter | Default type |
|---|---|
A | any |
R | any |
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
…args | A[] |
Returns
Section titled “Returns”R