UNPKG

@cspell/cspell-tools

Version:
5 lines 359 B
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