UNPKG

@cspell/cspell-tools

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