Const
Parses time search results.
import { TimeResult, search } from 'google-sr';const results = await search({ query: 'time in new york', parsers: [TimeResult],}); Copy
import { TimeResult, search } from 'google-sr';const results = await search({ query: 'time in new york', parsers: [TimeResult],});
The CheerioAPI instance
Whether to exclude results with missing properties
Parses time search results.