UNPKG
@exchanges/binance
Version:
latest (1.2.1)
1.2.1
1.2.0
1.1.3
Exchange provider for Binance API
@exchanges/binance
/
build
/
utils
/
tryAttempts.d.ts
2 lines
(1 loc)
•
101 B
TypeScript
View Raw
1
2
export
declare
function
tryAttempts<T>(
callback
:
() =>
Promise
<T>,
maxAttempts
:
number
):
Promise
<T>;