UNPKG

google-trends-api-client

Version:

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

8 lines (7 loc) 240 B
export declare class InvalidGoogleTrendsApiTimeError extends Error { constructor({ time, reason }: { time: string; reason: string; }); } export declare const assertValidGoogleTrendsApiTime: (time: string) => string;