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
/
index.d.ts
8 lines
(7 loc)
•
241 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
export
*
from
'./clients'
;
export
*
from
'./info'
;
export
{ apiCall }
from
'./apiCall'
;
export
*
as
utils
from
'./utils'
;
export
*
as
interceptors
from
'./interceptors'
;
export
*
as
methodCall
from
'./apiCall'
;
export
*
as
api
from
'./api'
;