@jiminp/tooltool
GitHub
Preparing search index...
function
DelayFunction
Type Alias DelayFunction
DelayFunction
:
(
info
:
Readonly
<
RetryInfo
>
)
=>
Promise
<
void
>
A delay function that sleeps between retry attempts.
Type Declaration
(
info
:
Readonly
<
RetryInfo
>
)
:
Promise
<
void
>
Parameters
info
:
Readonly
<
RetryInfo
>
Returns
Promise
<
void
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@jiminp/tooltool
Loading...
A delay function that sleeps between retry attempts.