Endo API documentation
Preparing search index...
@endo/trampoline
TrampolineResult
Type Alias TrampolineResult<TGeneratorFn>
TrampolineResult
:
TGeneratorFn
extends
(
...
args
:
any
[]
,
)
=>
Generator
<
any
,
infer
TResult
>
?
TResult
:
never
The final output of
asyncTrampoline()
, which will be wrapped in a
Promise
.
Type Parameters
TGeneratorFn
extends
(
...
args
:
any
[]
)
=>
Generator
=
(
...
args
:
any
[]
)
=>
Generator
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Endo API documentation
Loading...
The final output of
asyncTrampoline()
, which will be wrapped in aPromise
.