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
/
makeQueryString.d.ts
7 lines
(6 loc)
•
155 B
TypeScript
View Raw
1
2
3
4
5
6
7
/** * Build query string for uri encoded url based on json object */
export
declare
const
makeQueryString
:
(
obj
: { [key:
string
]:
any
; }
) =>
string
;