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
/
resolveError.d.ts
5 lines
(4 loc)
•
172 B
TypeScript
View Raw
1
2
3
4
5
import
{
BinanceError
}
from
'../info'
;
export
declare
function
resolveError
(
data
: { [key:
string
]:
any
; } |
string
,
status
:
number
,
statusText
:
string
):
BinanceError
;