Const
Parses dictionary search results.
import { DictionaryResult, search } from 'google-sr';const results = await search({ query: 'define serendipity', parsers: [DictionaryResult],}); Copy
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
Parses dictionary search results.