gsr
    Preparing search index...

    Variable TimeResultConst

    TimeResult: ResultParser<TimeResultNode> = ...

    Parses time search results.

    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