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
/
getRequestHostString.d.ts
4 lines
(3 loc)
•
136 B
TypeScript
View Raw
1
2
3
4
export
declare
function
getRequestHostString
(
host
:
string
,
path
:
string
,
data
: { [key:
string
]:
any
; },
include
:
string
[]
):
string
;