mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2026-08-11 20:40:20 +00:00
Remove retry from the AsyncRetry namespace
This commit is contained in:
Vendored
-2
@@ -10,8 +10,6 @@ declare function AsyncRetry<A>(
|
||||
): Promise<A>;
|
||||
|
||||
declare namespace AsyncRetry {
|
||||
function retry<A>(fn: RetryFunction<A>, opts: Options): Promise<A>;
|
||||
|
||||
interface Options {
|
||||
retries?: number;
|
||||
factor?: number;
|
||||
|
||||
Reference in New Issue
Block a user