@jiminp/tooltool
GitHub
Preparing search index...
function
Retryable
Type Alias Retryable<T>
Retryable
:
(
info
:
Readonly
<
RetryInfo
>
)
=>
Promise
<
T
>
An async function that can be retried.
Type Parameters
T
The resolved return type.
Type Declaration
(
info
:
Readonly
<
RetryInfo
>
)
:
Promise
<
T
>
Parameters
info
:
Readonly
<
RetryInfo
>
Returns
Promise
<
T
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@jiminp/tooltool
Loading...
An async function that can be retried.