UNPKG

googlethis-augmented

Version:

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

11 lines (10 loc) 249 B
export = Location; declare class Location { constructor($: any); /** @type {string | null} */ title: string | null; /** @type {string | null} */ distance: string | null; /** @type {string | null} */ map: string | null; }