UNPKG

google-trends-api-client

Version:

An fully typed and easy to use client for the google trends api.

6 lines (5 loc) 243 B
import { Cookie } from 'simple-cookie-client'; import { CookiesCache } from './common'; export declare const getCookiesFromCookieCacheIfPossible: ({ cookieCache, }: { cookieCache?: CookiesCache | undefined; }) => Promise<Cookie[] | null>;