Function: suggestionsForWords()
suggestionsForWords(
words
,options
?,settings
?):AsyncIterable
<SuggestionsForWordResult
>
Defined in: packages/cspell-lib/src/lib/suggestions.ts:104
Parameters
words
Iterable
<string
, any
, any
> | AsyncIterable
<string
, any
, any
>
options?
settings?
Returns
AsyncIterable
<SuggestionsForWordResult
>