gsr
    Preparing search index...

    Variable DictionaryResultConst

    DictionaryResult: ResultParser<DictionaryResultNode> = ...

    Parses dictionary search results.

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

    const results = await search({
    query: 'define serendipity',
    parsers: [DictionaryResult],
    });

    The CheerioAPI instance

    Whether to exclude results with missing properties