Type Alias: SpellcheckProjectedTextOptions
SpellcheckProjectedTextOptions =
Readonly<{ignoreDigits:boolean;ignoreLiteral:boolean;maxSuggestions:number;normalizeApostrophes:boolean; }>
Defined in: _internal/spellcheck-cspell.ts:103
Options that control one projected-text spellcheck run.