UNPKG
growwapi
Version:
latest (1.1.3)
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0
0.1.0
0.0.5
0.0.4
0.0.1
NodeJS SDK for Groww trading APIs
github.com/NithinSGowda/growwapi
NithinSGowda/growwapi
growwapi
/
dist
/
types
/
utils
/
url.d.ts
2 lines
(1 loc)
•
99 B
TypeScript
View Raw
1
2
export
declare
function
buildUrlWithParams
(
basePath
:
string
,
params
:
Record
<
string
,
any
>
):
string
;