UNPKG
@shaivpidadi/trends-js
Version:
latest (1.0.0)
1.0.0
0.0.0-beta.8
0.0.0-beta.7
0.0.0-beta.6
0.0.0-beta.5
0.0.0-beta.4
0.0.0-beta.3
0.0.0-beta.2
Google Trends API for Node.js
github.com/Shaivpidadi/trends-js
Shaivpidadi/trends-js
@shaivpidadi/trends-js
/
dist
/
esm
/
helpers
/
request.d.ts
10 lines
(9 loc)
•
273 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
export
declare
const
request
:
(
url
:
string
,
options
: { method?:
string
; qs?: Record<
string
,
any
>; body?:
string
| Record<
string
,
any
>; headers?: Record<
string
,
string
>; contentType?:
"json"
|
"form"
; }
) =>
Promise
<{
text
:
() =>
Promise
<
string
>; }>;