UNPKG

google-trends-api-client

Version:

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

7 lines (6 loc) 285 B
export declare const getTestCookieCache: () => { set: (key: string, value: string | Promise<string>, { secondsUntilExpiration, }?: { secondsUntilExpiration?: number | undefined; } | undefined) => Promise<void>; get: (key: string) => Promise<string | undefined>; };