UNPKG

google-trends-api-client

Version:

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

6 lines (5 loc) 151 B
export declare const getUserAgentHeadersIfPossible: ({ userAgent, }: { userAgent?: string | undefined; }) => { 'user-agent': string; } | null;