UNPKG
node-updown
Version:
latest (1.0.2)
1.0.2
1.0.1
1.0.0
0.2.2
0.2.1
0.2.0
0.1.2
0.1.1
0.1.0
Transparent Node.JS wrapper for the updown.io API
github.com/woubuc/node-updown
woubuc/node-updown
node-updown
/
lib
/
utils
/
url.d.ts
2 lines
(1 loc)
•
109 B
TypeScript
View Raw
1
2
export
declare
function
formatUrl
(
apiKey
:
string
,
endpoint
:
string
[],
query
?:
Record
<
string
,
any
>
):
string
;