UNPKG

cspell-config-lib

Version:
13 lines 693 B
import type { CSpellSettings } from '@cspell/cspell-types'; import { ImplCSpellConfigFile } from '../CSpellConfigFile.js'; import type { SerializeSettingsFn } from '../Serializer.js'; import type { TextFile } from '../TextFile.js'; export declare class CSpellConfigFilePackageJson extends ImplCSpellConfigFile { readonly url: URL; readonly settings: CSpellSettings; readonly serializer: SerializeSettingsFn; constructor(url: URL, settings: CSpellSettings, serializer: SerializeSettingsFn); serialize(): string; } export declare function parseCSpellConfigFilePackageJson(file: TextFile): CSpellConfigFilePackageJson; //# sourceMappingURL=CSpellConfigFilePackageJson.d.ts.map