2 lines
127 B
TypeScript
2 lines
127 B
TypeScript
|
|
export declare function retry(this: any, func: Function, retryMax: number, config?: any): (...arg: any[]) => Promise<unknown>;
|