Current section

Files

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

priv/bun/node_modules/cspell-lib/dist/lib/Settings/TextDocumentSettings.d.ts

import type { CSpellSettings, CSpellUserSettings } from '@cspell/cspell-types';
import type { CSpellSettingsInternal } from '../Models/CSpellSettingsInternalDef.js';
export declare function combineTextAndLanguageSettings(settings: CSpellUserSettings, text: string | undefined, languageId: string | string[]): CSpellSettingsInternal;
export declare function extractSettingsFromText(text: string): CSpellSettings;
//# sourceMappingURL=TextDocumentSettings.d.ts.map