Preparing search index...
The search index is not available
NewDash
NewDash
types
AsyncFunction
Type Alias AsyncFunction<P, R>
AsyncFunction
:
(
...
args
:
P
)
=>
Promise
<
R
>
async function
Type Parameters
P
extends
any
[]
=
any
[]
R
=
any
Type declaration
(
...
args
:
P
)
:
Promise
<
R
>
Parameters
...
args
:
P
Returns
Promise
<
R
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
NewDash
Loading...
async function