@cspell/cspell-tools
Version:
Tools to assist with the development of cSpell
5 lines • 359 B
TypeScript
import type { CompileCommonAppOptions } from './AppOptions.js';
import type { FeatureFlags } from './FeatureFlags/index.js';
export declare const configFileHeader: string;
export declare function processCompileAction(src: string[], options: CompileCommonAppOptions, featureFlags: FeatureFlags | undefined): Promise<void>;
//# sourceMappingURL=compile.d.ts.map