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
/
getPath.d.ts
9 lines
(8 loc)
•
187 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
export
interface
GetPathOptions
{
path
:
string
;
host
:
string
;
data
?: { [
name
:
string
]:
any
; }; }
export
declare
function
getPath
(
options
:
GetPathOptions
):
string
;