Packages
A spellchecker for Elixir, made with Bun and cspell
Current section
Files
Jump to
Current section
Files
spellweaver
priv
bun
node_modules
cspell-config-lib
dist
CSpellConfigFile
CSpellConfigFileJavaScript.d.ts
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