Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
priv/bun/node_modules/cspell-lib/dist/lib/Settings/DictionaryReferenceCollection.d.ts
import type { DictionaryId, DictionaryReference } from '@cspell/cspell-types';
export interface DictionaryReferenceCollection {
isEnabled(name: DictionaryId): boolean | undefined;
isBlocked(name: DictionaryId): boolean | undefined;
enabled(): DictionaryId[];
blocked(): DictionaryId[];
dictionaryIds: DictionaryId[];
}
export declare function createDictionaryReferenceCollection(dictionaries: DictionaryReference[]): DictionaryReferenceCollection;
//# sourceMappingURL=DictionaryReferenceCollection.d.ts.map