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