cspell-lib
Version:
A library of useful functions used across various cspell tools.
4 lines • 441 B
TypeScript
export type { FindOptions, FindResult, HasOptions, SearchOptions, SpellingDictionary, SpellingDictionaryCollection, SpellingDictionaryOptions, SuggestionCollector, SuggestionResult, SuggestOptions, } from 'cspell-dictionary';
export { createCollection, createInlineSpellingDictionary, createSpellingDictionary } from 'cspell-dictionary';
export { CompoundWordsMethod } from 'cspell-trie-lib';
//# sourceMappingURL=SpellingDictionary.d.ts.map