UNPKG

google-trends-api-client

Version:

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

8 lines (7 loc) 291 B
import { CookiesCache } from './common'; export declare const setCookiesFromAxiosResponseIfPossible: ({ response, cookieCache, }: { response: { headers: Record<string, string | string[] | undefined>; }; cookieCache?: CookiesCache | undefined; }) => Promise<void | null>;