Current section

Files

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

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

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