UNPKG

@trophyso/node

Version:
2 lines (1 loc) 120 B
export declare function requestWithRetries(requestFn: () => Promise<Response>, maxRetries?: number): Promise<Response>;