Preparing search index...
The search index is not available
@testingrequired/attempted
@testingrequired/attempted
AttemptFromFn
Type alias AttemptFromFn<Fn>
Attempt
From
Fn
<
Fn
>
:
IfExtendsPromise
<
ReturnType
<
Fn
>
,
IfExtendsAttempt
<
Awaited
<
ReturnType
<
Fn
>
>
,
Promise
<
Attempt
<
Awaited
<
ReturnType
<
Fn
>
>
>
>
>
,
IfExtendsAttempt
<
ReturnType
<
Fn
>
,
Attempt
<
ReturnType
<
Fn
>
>
>
>
Utility type to map function calls to Attempt results
Type Parameters
Fn
extends
(
(
...
args
)
=>
any
)
Function to be called
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
@testingrequired/attempted
<internal>
Attempt
Attempt
From
Fn
Generated using
TypeDoc
Utility type to map function calls to Attempt results