UNPKG

googlethis-augmented

Version:

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

9 lines (8 loc) 180 B
export = Time; declare class Time { constructor($: any); /** @type {string | null} */ hours: string | null; /** @type {string | null} */ date: string | null; }