UNPKG

google-trends-api-client

Version:

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

7 lines (6 loc) 218 B
import { CookiesCache } from './common'; export declare const getCookiesHeadersFromCookieCacheIfPossible: ({ cookieCache, }: { cookieCache?: CookiesCache | undefined; }) => Promise<{ cookie: string; } | null>;