@cspell/cspell-tools
Version:
Tools to assist with the development of cSpell
5 lines • 510 B
TypeScript
import type { CompileCommonAppOptions } from './AppOptions.js';
import type { FeatureFlags } from './FeatureFlags/index.js';
export declare const configFileHeader = "# yaml-language-server: $schema=https://raw.githubusercontent.com/streetsidesoftware/cspell/main/packages/cspell-tools/cspell-tools.config.schema.json\n\n";
export declare function processCompileAction(src: string[], options: CompileCommonAppOptions, featureFlags: FeatureFlags | undefined): Promise<void>;
//# sourceMappingURL=compile.d.ts.map