UNPKG

googlethis-augmented

Version:

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

11 lines (10 loc) 266 B
export = FeaturedSnippet; declare class FeaturedSnippet { constructor($: any); /** @type {string | null} */ title: string | null; /** @type {string | null} */ description: string | null; /** @type {string | null} */ url: string | null; }