Type Alias: AnyFunction()
AnyFunction = (...
args:any[]) =>any
Defined in: pkg/any-function/src/index.ts:11
Represents any function. Intended for use in type argument constraints.
Parameters
| Parameter | Type |
|---|---|
...args |
any[] |
Returns
any
See
https://www.totaltypescript.com/any-considered-harmful#type-argument-constraints