UNPKG

googlethis-augmented

Version:

A fork of googlethis to get specific data for different needs.

8 lines (7 loc) 137 B
export = TopStories; declare class TopStories { static parse($: any): { description: string; url: string; }[]; }