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
/
info
/
index.d.ts
7 lines
(6 loc)
•
184 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
as
spot
from
'./spot'
;
export
*
as
usdtM
from
'./usdtM'
;
export
*
as
coinM
from
'./coinM'
;
export
*
as
CONST
from
'./const'
;
export
*
from
'./codes'
;
export
*
from
'./utils'
;