Current section

Files

Jump to
spellweaver priv bun node_modules cspell-config-lib dist CSpellConfigFile CSpellConfigFileJavaScript.d.ts
Raw

priv/bun/node_modules/cspell-config-lib/dist/CSpellConfigFile/CSpellConfigFileJavaScript.d.ts

import type { CSpellSettings } from '@cspell/cspell-types';
import { ImplCSpellConfigFile } from '../CSpellConfigFile.js';
export declare class CSpellConfigFileJavaScript extends ImplCSpellConfigFile {
readonly url: URL;
readonly settings: CSpellSettings;
get readonly(): boolean;
constructor(url: URL, settings: CSpellSettings);
addWords(_words: string[]): this;
}
//# sourceMappingURL=CSpellConfigFileJavaScript.d.ts.map