cspell-lib
Version:
A library of useful functions used across various cspell tools.
9 lines • 299 B
TypeScript
import type { CSpellSettingsI } from './types.js';
/**
*
* @param filenames - settings files to read
* @returns combined configuration
* @deprecated true
*/
export declare function readSettingsFiles(filenames: string[]): Promise<CSpellSettingsI>;
//# sourceMappingURL=readSettingsFiles.d.ts.map