cspell-lib
Version:
A library of useful functions used across various cspell tools.
5 lines • 357 B
TypeScript
import type { CSpellConfigFile } from 'cspell-config-lib';
import type { CSpellSettingsWST } from './types.js';
export declare function configErrorToRawSettings(error: Error, url: URL): CSpellSettingsWST;
export declare function configToRawSettings(cfgFile: CSpellConfigFile | undefined): CSpellSettingsWST;
//# sourceMappingURL=configToRawSettings.d.ts.map