@alanscodelog/utils
Github
Issues
npm
Preparing search index...
types
AnyFunction
Type Alias AnyFunction
AnyFunction
:
(
...
args
:
any
)
=>
any
The type of any function since functions don't really extend the Function type.
Type declaration
(
...
args
:
any
)
:
any
Parameters
...
args
:
any
Returns
any
Settings
Member Visibility
Protected
Inherited
Theme
OS
Light
Dark
Github
Issues
npm
@alanscodelog/utils
Loading...
The type of any function since functions don't really extend the Function type.