UNPKG

@exchanges/binance

Version:

Exchange provider for Binance API

2 lines (1 loc) 101 B
export declare function tryAttempts<T>(callback: () => Promise<T>, maxAttempts: number): Promise<T>;