Current section

Files

Jump to
spellweaver priv bun node_modules cspell-lib dist lib getDictionary.d.ts
Raw

priv/bun/node_modules/cspell-lib/dist/lib/getDictionary.d.ts

import type { CSpellUserSettings } from '@cspell/cspell-types';
import type { SpellingDictionaryCollection } from './SpellingDictionary/index.js';
/**
* Load a dictionary collection defined by the settings.
* @param settings - that defines the dictionaries and the ones to load.
* @returns a dictionary collection that represents all the enabled dictionaries.
*/
export declare function getDictionary(settings: CSpellUserSettings): Promise<SpellingDictionaryCollection>;
//# sourceMappingURL=getDictionary.d.ts.map