gsr
    Preparing search index...

    Variable TranslateResultConst

    TranslateResult: ResultParser<TranslateResultNode> = ...

    Parses translation search results.

    import { TranslateResult, search } from 'google-sr';

    const results = await search({
    query: 'translate hello to spanish',
    parsers: [TranslateResult],
    });

    The CheerioAPI instance

    Whether to exclude results with missing properties