AnyFunction
type
AnyFunction
=
(
...
args
:
any
)
=>
any
;