@runno/wasi
Runno
WASI
Articles
Docs
GitHub
Preparing search index...
AsyncCapable
Type Alias AsyncCapable<T>
AsyncCapable
:
{
[
K
in
keyof
T
]
:
T
[
K
]
extends
(
...
args
:
infer
A
)
=>
infer
R
?
(
...
args
:
A
)
=>
R
|
Promise
<
R
>
:
T
[
K
]
}
Type Parameters
T
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Docs
@runno/runtime
Runno
WASI
Articles
Docs
GitHub
@runno/wasi
Loading...