UNPKG

cspell-config-lib

Version:
10 lines 442 B
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