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
/
format.d.ts
3 lines
(2 loc)
•
140 B
TypeScript
View Raw
1
2
3
import
{
DailyTrendingTopics
}
from
'../types'
;
export
declare
const
extractJsonFromResponse
:
(
text
:
string
) =>
DailyTrendingTopics
|
null
;