@alanscodelog/utils
Github
Issues
npm
Preparing search index...
types
AnyPromise
Type Alias AnyPromise
AnyPromise
:
(
...
args
:
any
)
=>
Promise
<
any
>
The type of any function since functions don't really extend the Function type.
Type declaration
(
...
args
:
any
)
:
Promise
<
any
>
Parameters
...
args
:
any
Returns
Promise
<
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.