Function: traceWordsAsync()
traceWordsAsync(
words
,settingsOrConfig
,options
):AsyncIterableIterator
<TraceWordResult
>
Defined in: packages/cspell-lib/src/lib/trace.ts:47
Parameters
words
Iterable
<string
, any
, any
> | AsyncIterable
<string
, any
, any
>
settingsOrConfig
CSpellSettings
| ICSpellConfigFile
options
undefined
| TraceOptions
Returns
AsyncIterableIterator
<TraceWordResult
>