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
CSpellConfigFilePackageJson.d.ts
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